Skip to content

Commit 80598ee

Browse files
authored
fix a few typos
1 parent f720650 commit 80598ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jscomp/others/belt.ml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*)
197197
module Map = Belt_Map

0 commit comments

Comments
 (0)