Skip to content

Commit 41e2eee

Browse files
Fix typo in docs
1 parent 3dae324 commit 41e2eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Algorithm/Search.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-- | This module contains a collection of generalized graph search algorithms,
66
-- for when you don't want to explicitly represent your data as a graph. The
77
-- general idea is to provide these algorithms with a way of generating "next"
8-
-- states, a way of generating associated information), a way of determining
8+
-- states, a way of generating associated information, a way of determining
99
-- when you have found a solution, and an initial state.
1010
module Algorithm.Search (
1111
-- * Searches

0 commit comments

Comments
 (0)