From 83b67cbb56d3019e333bf55c5247edd681decbaa Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Tue, 23 Jan 2024 14:48:48 +0700 Subject: [PATCH] Fix typo: Utililites -> Utilities --- jscomp/others/belt_Array.resi | 2 +- jscomp/others/belt_Float.res | 2 +- jscomp/others/belt_Int.res | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jscomp/others/belt_Array.resi b/jscomp/others/belt_Array.resi index 01a7f50934..eb8109887b 100644 --- a/jscomp/others/belt_Array.resi +++ b/jscomp/others/belt_Array.resi @@ -13,7 +13,7 @@ /* Adapted significantly by Authors of ReScript */ /*** -Utililites for `Array` functions. +Utilities for `Array` functions. ### Note about index syntax diff --git a/jscomp/others/belt_Float.res b/jscomp/others/belt_Float.res index 6bb704df88..a30e295044 100644 --- a/jscomp/others/belt_Float.res +++ b/jscomp/others/belt_Float.res @@ -23,7 +23,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /*** [`Belt.Float`]() - Utililites for Float + Utilities for Float */ @val external isNaN: float => bool = "isNaN" diff --git a/jscomp/others/belt_Int.res b/jscomp/others/belt_Int.res index ad8e9fea52..fdf14235eb 100644 --- a/jscomp/others/belt_Int.res +++ b/jscomp/others/belt_Int.res @@ -23,7 +23,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /*** [`Belt.Int`]() - Utililites for Int + Utilities for Int */ @val external isNaN: int => bool = "isNaN"