lemon/concepts/graph_components.h
changeset 780 580af8cf2f6a
parent 666 1993af615e68
child 786 e20173729589
     1.1 --- a/lemon/concepts/graph_components.h	Thu Nov 05 10:01:02 2009 +0100
     1.2 +++ b/lemon/concepts/graph_components.h	Thu Nov 05 10:23:16 2009 +0100
     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; }