diff -r 9ae88e7c04a7 -r e20173729589 lemon/hypercube_graph.h --- a/lemon/hypercube_graph.h Fri Nov 13 17:30:26 2009 +0100 +++ b/lemon/hypercube_graph.h Fri Nov 13 18:10:06 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".