From 0b07d2ffaf434e9cc0bc08556f5d86b032eb5ac8 Mon Sep 17 00:00:00 2001 From: ross Date: Fri, 25 Apr 2003 17:43:06 +0000 Subject: [PATCH] [project @ 2003-04-25 17:43:06 by ross] tiny haddock fix --- Data/Graph.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Graph.hs b/Data/Graph.hs index 130c7dd..12b3a01 100644 --- a/Data/Graph.hs +++ b/Data/Graph.hs @@ -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 -- 1.7.10.4