Skip to content

Commit 9f81707

Browse files
authored
Fix typo: Utililites -> Utilities (#6581)
1 parent b18a16b commit 9f81707

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jscomp/others/belt_Array.resi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
/* Adapted significantly by Authors of ReScript */
1414

1515
/***
16-
Utililites for `Array` functions.
16+
Utilities for `Array` functions.
1717

1818
### Note about index syntax
1919

jscomp/others/belt_Float.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
2424

2525
/*** [`Belt.Float`]()
26-
Utililites for Float
26+
Utilities for Float
2727
*/
2828

2929
@val external isNaN: float => bool = "isNaN"

jscomp/others/belt_Int.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
2424

2525
/*** [`Belt.Int`]()
26-
Utililites for Int
26+
Utilities for Int
2727
*/
2828

2929
@val external isNaN: int => bool = "isNaN"

0 commit comments

Comments
 (0)