lemon/bits/array_map.h
changeset 2202 09cbc87cb4ab
parent 2046 66d160810c0a
child 2260 4274224f8a7d
     1.1 --- a/lemon/bits/array_map.h	Wed Sep 06 10:10:48 2006 +0000
     1.2 +++ b/lemon/bits/array_map.h	Wed Sep 06 10:19:57 2006 +0000
     1.3 @@ -41,7 +41,7 @@
     1.4    /// the map. This map uses the allocators to implement 
     1.5    /// the container functionality.
     1.6    ///
     1.7 -  /// The template parameter is the Graph the current Item type and
     1.8 +  /// The template parameters are the Graph the current Item type and
     1.9    /// the Value type of the map.
    1.10    template <typename _Graph, typename _Item, typename _Value>
    1.11    class ArrayMap