lemon/min_cost_arborescence.h
changeset 2037 32e4bebee616
parent 2025 93fcadf94ab0
child 2042 bdc953f2a449
     1.1 --- a/lemon/min_cost_arborescence.h	Tue Apr 04 10:40:02 2006 +0000
     1.2 +++ b/lemon/min_cost_arborescence.h	Tue Apr 04 17:43:23 2006 +0000
     1.3 @@ -57,7 +57,7 @@
     1.4      /// in the arborescence.
     1.5      ///
     1.6      /// The type of the map that stores which edges are in the arborescence.
     1.7 -    /// It must meet the \ref concept::WritedMap "WriteMap" concept.
     1.8 +    /// It must meet the \ref concept::WriteMap "WriteMap" concept.
     1.9      /// Initially it will be setted to false on each edge. After it
    1.10      /// will set all arborescence edges once.
    1.11      typedef typename Graph::template EdgeMap<bool> ArborescenceMap;