From 09475de8ff491274a8acce43613abc8033cdf57c Mon Sep 17 00:00:00 2001 From: Spotandjake <40705786+spotandjake@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:42:25 -0400 Subject: [PATCH] Update stdlib/char.gr Co-authored-by: Oscar Spencer --- stdlib/char.gr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') *