# HG changeset patch # User alpar # Date 1199725660 0 # Node ID 1775aaa02ac4dd3b102006564e7a85bf3c88aa40 # Parent bfced05fa8521ce1ce9b96bcd8d76696f5689932 Minor doc fix diff -r bfced05fa852 -r 1775aaa02ac4 lemon/kruskal.h --- a/lemon/kruskal.h Mon Jan 07 13:09:48 2008 +0000 +++ b/lemon/kruskal.h Mon Jan 07 17:07:40 2008 +0000 @@ -611,7 +611,6 @@ /// /// \param in This object is used to describe the edge costs. It can be one /// of the following choices. - /// /// - An STL compatible 'Forward Container' with /// std::pair or /// std::pair as its value_type, where