diff -r c2230649a493 -r c92296660262 lemon/hypercube_graph.h --- a/lemon/hypercube_graph.h Sun Nov 15 19:57:02 2009 +0100 +++ b/lemon/hypercube_graph.h Wed Nov 18 14:38:02 2009 +0100 @@ -287,7 +287,7 @@ /// Two nodes are connected in the graph if and only if their indices /// differ only on one position in the binary form. /// This class is completely static and it needs constant memory space. - /// Thus you can neither add nor delete nodes or edges, however + /// Thus you can neither add nor delete nodes or edges, however, /// the structure can be resized using resize(). /// /// This type fully conforms to the \ref concepts::Graph "Graph concept".