We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d0c10 commit 73513eeCopy full SHA for 73513ee
Data/Graph/Inductive/Query/SP.hs
@@ -63,7 +63,7 @@ spLength s t = getDistance t . spTree s
63
64
-- | Shortest path between two nodes, if any.
65
--
66
--- Returns 'Nothing' if the destination is not reachable from teh
+-- Returns 'Nothing' if the destination is not reachable from the
67
-- start node, and @'Just' <path>@ otherwise.
68
69
-- The edge labels of type @b@ are the edge weights; negative edge
0 commit comments