Skip to content

Commit

Permalink
Fix typo in Haddock.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Feb 10, 2023
1 parent 2719555 commit a2c7fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Data/Graph/Inductive/Graph.hs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ delEdge (v,w) g = case match v g of
--
-- NOTE: in the case of multiple edges with the same label, this
-- will only delete the /first/ such edge. To delete all such
-- edges, please use 'delAllLedge'.
-- edges, please use 'delAllLEdge'.
delLEdge :: (DynGraph gr, Eq b) => LEdge b -> gr a b -> gr a b
delLEdge = delLEdgeBy delete

Expand Down

0 comments on commit a2c7fb6

Please sign in to comment.