Skip to content

Commit 80c3e0f

Browse files
authored
Merge pull request #78 from Smyds/master
typo
2 parents b232bd8 + 02386cb commit 80c3e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Graph/Inductive/Query/MaxFlow.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ mfmg g s t
108108

109109
-- | Compute the flow from s to t on a graph whose edges are labeled with
110110
-- @x@, which is the max capacity and where not all edges need to be
111-
-- of the form a\<---->b. Return the flow as a grap whose edges are
111+
-- of the form a\<---->b. Return the flow as a graph whose edges are
112112
-- labeled with (x,y,z)=(max capacity,current flow,residual
113113
-- capacity) and all edges are of the form a\<---->b
114114
mf :: (DynGraph gr, Num b, Ord b) => gr a b -> Node -> Node -> gr a (b,b,b)

0 commit comments

Comments
 (0)