doc/maps.dox
changeset 290 e37a05270e80
parent 289 98adf9276de0
child 685 c7e37b066033
     1.1 --- a/doc/maps.dox	Sun Apr 04 09:17:58 2004 +0000
     1.2 +++ b/doc/maps.dox	Sun Apr 04 11:38:07 2004 +0000
     1.3 @@ -31,7 +31,7 @@
     1.4  };
     1.5  \endcode
     1.6  
     1.7 -Or if we had \c KeyType and \c ValueType
     1.8 +Or, if we had \c KeyType and \c ValueType
     1.9  
    1.10  \code
    1.11  struct MyMap : public MapBase<Edge,double>