From efc1b43edf1cfa1ee58cf6632164756183f1bea3 Mon Sep 17 00:00:00 2001 From: Spotandjake <40705786+spotandjake@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:42:15 -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 0b4118d6a..22c23ca40 100644 --- a/stdlib/char.gr +++ b/stdlib/char.gr @@ -348,7 +348,7 @@ provide module Ascii { * * @since v0.7.0 */ - provide let isValid = char => char <= '\u{007F}' // usv <= 0x7F + provide let isValid = char => char <= '\u{007F}' /** * Checks if the character is an ASCII digit.