lemon/hypercube_graph.h
changeset 786 e20173729589
parent 737 9d6c3e8b2421
child 788 c92296660262
     1.1 --- a/lemon/hypercube_graph.h	Fri Nov 13 17:30:26 2009 +0100
     1.2 +++ b/lemon/hypercube_graph.h	Fri Nov 13 18:10:06 2009 +0100
     1.3 @@ -287,7 +287,7 @@
     1.4    /// Two nodes are connected in the graph if and only if their indices
     1.5    /// differ only on one position in the binary form.
     1.6    /// This class is completely static and it needs constant memory space.
     1.7 -  /// Thus you can neither add nor delete nodes or edges, however 
     1.8 +  /// Thus you can neither add nor delete nodes or edges, however,
     1.9    /// the structure can be resized using resize().
    1.10    ///
    1.11    /// This type fully conforms to the \ref concepts::Graph "Graph concept".