File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -175,9 +175,9 @@ module Range = Belt_Range
175175 The top level provides generic {b immutable} set operations.
176176
177177 It also has three specialized inner modules
178- {!Belt.Set.Int} and {!Belt.Set.String}
178+ {!Belt.Set.Int}, {!Belt.Set.String} and
179179
180- {!Belt.Set.Dict}: This module separate date from function
180+ {!Belt.Set.Dict}: This module separates data from function
181181 which is more verbose but slightly more efficient
182182
183183*)
@@ -189,9 +189,9 @@ module Set = Belt_Set
189189 The top level provides generic {b immutable} map operations.
190190
191191 It also has three specialized inner modules
192- {!Belt.Map.Int} and {!Belt.Map.String}
192+ {!Belt.Map.Int}, {!Belt.Map.String} and
193193
194- {!Belt.Map.Dict}: This module separate date from function
194+ {!Belt.Map.Dict}: This module separates data from function
195195 which is more verbose but slightly more efficient
196196*)
197197module Map = Belt_Map
You can’t perform that action at this time.
0 commit comments