diff --git a/stdlib/char.gr b/stdlib/char.gr index 22c23ca40..0ca14c6ab 100644 --- a/stdlib/char.gr +++ b/stdlib/char.gr @@ -315,7 +315,7 @@ provide let (>=) = (x: Char, y: Char) => { } /** - * Sub module for working with ASCII characters. + * Utilities for working with ASCII characters. * * @example Char.Ascii.isAscii('1') *