lemon/concepts/graph_components.h
changeset 781 bd72f8d20f33
parent 713 1993af615e68
child 833 e20173729589
     1.1 --- a/lemon/concepts/graph_components.h	Thu Aug 20 22:52:16 2009 +0200
     1.2 +++ b/lemon/concepts/graph_components.h	Sun Aug 23 11:07:50 2009 +0200
     1.3 @@ -92,7 +92,7 @@
     1.4        /// It makes possible to use graph item types as key types in 
     1.5        /// associative containers (e.g. \c std::map).
     1.6        ///
     1.7 -      /// \note This operator only have to define some strict ordering of
     1.8 +      /// \note This operator only has to define some strict ordering of
     1.9        /// the items; this order has nothing to do with the iteration
    1.10        /// ordering of the items.
    1.11        bool operator<(const GraphItem&) const { return false; }