src/lemon/maps.h
changeset 1172 37338ae42a2b
parent 1164 80bb73097736
child 1178 3c176c65d33b
     1.1 --- a/src/lemon/maps.h	Wed Feb 23 10:53:17 2005 +0000
     1.2 +++ b/src/lemon/maps.h	Wed Feb 23 22:00:05 2005 +0000
     1.3 @@ -590,7 +590,7 @@
     1.4    ///that is it provides an <tt>operator()</tt> to read its values.
     1.5    ///
     1.6    ///For the sake of convenience it also works as a ususal map, i.e
     1.7 -  ///<tt>operator[]</tt> and the \c Key and \c Valu typedefs also exist.
     1.8 +  ///<tt>operator[]</tt> and the \c Key and \c Value typedefs also exist.
     1.9  
    1.10    template<class M> 
    1.11    class MapFunctor