Skip to content

Commit 6c8352f

Browse files
authored
Fixed upeer to upper.
1 parent c2ce5f5 commit 6c8352f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Characters/isUpperCase.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Analyse if a char is upper case (that is a letter in upper case). Returns true i
5050

5151
[source,arduino]
5252
----
53-
if (isUpperCase(this)) // tests if this is an upeer case letter
53+
if (isUpperCase(this)) // tests if this is an upper case letter
5454
{
5555
Serial.println("The character is upper case");
5656
}

0 commit comments

Comments
 (0)