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
175
175
The top level provides generic {b immutable} set operations.
176
176
177
177
It also has three specialized inner modules
178
- {!Belt.Set.Int} and {!Belt.Set.String}
178
+ {!Belt.Set.Int}, {!Belt.Set.String} and
179
179
180
- {!Belt.Set.Dict}: This module separate date from function
180
+ {!Belt.Set.Dict}: This module separates data from function
181
181
which is more verbose but slightly more efficient
182
182
183
183
*)
@@ -189,9 +189,9 @@ module Set = Belt_Set
189
189
The top level provides generic {b immutable} map operations.
190
190
191
191
It also has three specialized inner modules
192
- {!Belt.Map.Int} and {!Belt.Map.String}
192
+ {!Belt.Map.Int}, {!Belt.Map.String} and
193
193
194
- {!Belt.Map.Dict}: This module separate date from function
194
+ {!Belt.Map.Dict}: This module separates data from function
195
195
which is more verbose but slightly more efficient
196
196
*)
197
197
module Map = Belt_Map
You can’t perform that action at this time.
0 commit comments