@ -10,7 +10,7 @@ func Chr(x rune) string {
func Ord(x string) rune {
if len(x) != 1 {
panic("Ord require a string with lenght 1")
panic("Ord requires a string with lenght 1")
}
return rune(x[0])
The note is not visible to the blocked user.