lemon/matrix_graph.h
changeset 1590 ba2cb5006358
parent 1567 3ea28f39218b
child 1591 03aa0a6c8dca
     1.1 --- a/lemon/matrix_graph.h	Tue Jul 26 18:14:23 2005 +0000
     1.2 +++ b/lemon/matrix_graph.h	Tue Jul 26 20:12:36 2005 +0000
     1.3 @@ -261,7 +261,7 @@
     1.4    /// Two nodes are connected in the graph if the indices differ only
     1.5    /// on one position and only one is the difference. 
     1.6    ///
     1.7 -  /// The graph can be indiced in the next way:
     1.8 +  /// The graph can be indiced in the following was:
     1.9    /// \code
    1.10    /// MatrixGraph graph(h, w);
    1.11    /// MatrixGraph::NodeMap<int> val(graph);