File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It is meant as a zero-abstraction interop layer and directly exposes
12
12
JavaScript functions as they are, even when their behavior should be considered unsafe
13
13
(e.g. modifying an array in place using [ Js.Array.push] ( js/array#push ) ).
14
14
15
- Therefore, when a correpsonding module is available in the [ Belt] ( belt ) standard library,
15
+ Therefore, when a corresponding module is available in the [ Belt] ( belt ) standard library,
16
16
it is recommended to use the Belt version rather than the Js version.
17
17
For example, you should prefer [ Belt.Array] ( belt/array )
18
18
to [ Js.Array] ( js/array )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It is meant as a zero-abstraction interop layer and directly exposes
12
12
JavaScript functions as they are, even when their behavior should be considered unsafe
13
13
(e.g. modifying an array in place using [ Js.Array.push] ( ./js/array#push ) ).
14
14
15
- Therefore, when a correpsonding module is available in the [ Belt] ( ./belt ) standard library,
15
+ Therefore, when a corresponding module is available in the [ Belt] ( ./belt ) standard library,
16
16
it is recommended to use the Belt version rather than the Js version.
17
17
For example, you should prefer [ Belt.Array] ( ./belt/array )
18
18
to [ Js.Array] ( ./js/array )
You can’t perform that action at this time.
0 commit comments