Skip to content

Commit 73513ee

Browse files
committed
Fix typo
1 parent 89d0c10 commit 73513ee

File tree

1 file changed

+1
-1
lines changed
  • Data/Graph/Inductive/Query

1 file changed

+1
-1
lines changed

Data/Graph/Inductive/Query/SP.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spLength s t = getDistance t . spTree s
6363

6464
-- | Shortest path between two nodes, if any.
6565
--
66-
-- Returns 'Nothing' if the destination is not reachable from teh
66+
-- Returns 'Nothing' if the destination is not reachable from the
6767
-- start node, and @'Just' <path>@ otherwise.
6868
--
6969
-- The edge labels of type @b@ are the edge weights; negative edge

0 commit comments

Comments
 (0)