Skip to content

Commit

Permalink
Update stdlib/char.gr
Browse files Browse the repository at this point in the history
Co-authored-by: Oscar Spencer <oscar.spen@gmail.com>
  • Loading branch information
spotandjake and ospencer authored Oct 30, 2024
1 parent 466913c commit efc1b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/char.gr
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit efc1b43

Please sign in to comment.