Skip to content

Commit dae0052

Browse files
Update data/tutorials/ds_02_set.md
1 parent 4c86795 commit dae0052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/tutorials/ds_02_set.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ a set; instead, you must first specify what type of elements your set will
1515
contain.
1616

1717
The `Set` functor provides a function `Make` which accepts a module as a
18-
parameter, and returns a new module representing a set whose elements have
18+
parameter and returns a new module representing a set whose elements have
1919
the type that you passed in. For example, if you want to work with sets of
2020
strings, you can invoke `Set.Make(String)` which will return you a new module
2121
which you can assign the name `SS` (short for "String Set"). Note: Be sure to

0 commit comments

Comments
 (0)