Skip to content

Commit 18d8342

Browse files
authored
Update isAlpha.adoc
1 parent afbbd8f commit 18d8342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Characters/isAlpha.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ O código a seguir testa se uma variável chamada this é uma letra.
5353
----
5454
if (isAlpha(this)) // testa se a variável this é uma letra
5555
{
56-
Serial.println("The character is alphanumeric");
56+
Serial.println("The character is alpha");
5757
}
5858
else
5959
{
60-
Serial.println("The character is not alphanumeric");
60+
Serial.println("The character is not alpha");
6161
}
6262
6363
----

0 commit comments

Comments
 (0)