[project @ 2003-04-25 17:43:06 by ross]
authorross <unknown>
Fri, 25 Apr 2003 17:43:06 +0000 (17:43 +0000)
committerross <unknown>
Fri, 25 Apr 2003 17:43:06 +0000 (17:43 +0000)
tiny haddock fix

Data/Graph.hs

index 130c7dd..12b3a01 100644 (file)
@@ -101,7 +101,7 @@ stronglyConnComp edges0
 -- | The strongly connected components of a directed graph, topologically
 -- sorted.  The function is the same as 'stronglyConnComp', except that
 -- all the information about each node retained.
--- The "R" interface is used when you expect to apply 'SCC' to
+-- This interface is used when you expect to apply 'SCC' to
 -- (some of) the result of 'SCC', so you don't want to lose the
 -- dependency information.
 stronglyConnCompR