diff -r 58c330ad0b5c -r 6be1f9bd2ac0 lemon/unionfind.h --- a/lemon/unionfind.h Sun Oct 04 10:15:32 2009 +0200 +++ b/lemon/unionfind.h Wed Dec 09 11:14:06 2009 +0100 @@ -43,7 +43,7 @@ /// the find operation uses path compression. /// This is a very simple but efficient implementation, providing /// only four methods: join (union), find, insert and size. - /// For more features see the \ref UnionFindEnum class. + /// For more features, see the \ref UnionFindEnum class. /// /// It is primarily used in Kruskal algorithm for finding minimal /// cost spanning tree in a graph.