src/lemon/maps.h
changeset 1317 83f80464f111
parent 1223 decf8076d63c
child 1346 639dadf8c00d
     1.1 --- a/src/lemon/maps.h	Thu Apr 07 10:44:32 2005 +0000
     1.2 +++ b/src/lemon/maps.h	Thu Apr 07 11:30:12 2005 +0000
     1.3 @@ -742,7 +742,7 @@
     1.4    ///parameters and each write request will be passed to both of them.
     1.5    ///If \c M1 is also \ref concept::ReadMap "readable",
     1.6    ///then the read operations will return the
     1.7 -  ///corresponding values \c M1.
     1.8 +  ///corresponding values of \c M1.
     1.9    ///
    1.10    ///The \c Key and \c Value will be inherited from \c M1.
    1.11    ///The \c Key and \c Value of M2 must be convertible from those of \c M1.