lemon/concept/graph_component.h
changeset 1909 2d806130e700
parent 1875 98698b69a902
child 1956 a055123339d5
     1.1 --- a/lemon/concept/graph_component.h	Thu Jan 26 06:44:22 2006 +0000
     1.2 +++ b/lemon/concept/graph_component.h	Thu Jan 26 15:42:13 2006 +0000
     1.3 @@ -34,7 +34,7 @@
     1.4  
     1.5      /// Skeleton class for graph Node and Edge types
     1.6  
     1.7 -    /// This class describes the interface of Node and Edge (and UndirEdge
     1.8 +    /// This class describes the interface of Node and Edge (and UEdge
     1.9      /// in undirected graphs) subtypes of graph types.
    1.10      ///
    1.11      /// \note This class is a template class so that we can use it to