lemon/lgf_reader.h
changeset 210 81cfc04531e8
parent 209 765619b7cbb2
child 212 1ae84dea7d09
     1.1 --- a/lemon/lgf_reader.h	Sun Jul 13 19:51:02 2008 +0100
     1.2 +++ b/lemon/lgf_reader.h	Sun Jul 13 20:09:47 2008 +0100
     1.3 @@ -444,7 +444,8 @@
     1.4    /// set into an \e ArcSet class (\c SmartArcSet or \c ListArcSet).
     1.5    /// The previously read label node map should be passed to the \c
     1.6    /// useNodes() functions. Another application of multipass reading when
     1.7 -  /// paths are given as a node map or an arc map. It is impossible to read this in
     1.8 +  /// paths are given as a node map or an arc map.
     1.9 +  /// It is impossible to read this in
    1.10    /// a single pass, because the arcs are not constructed when the node
    1.11    /// maps are read.
    1.12    template <typename _Digraph>