Skip to content

Commit 70ecfdb

Browse files
author
Stefania
authored
Merge pull request #164 from robsoncouto/patch-1
Minor fix in example code comment
2 parents 5cab6fd + d09c0d4 commit 70ecfdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Characters/isLowerCase.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Analyse if a char is lower case (that is a letter in lower case). Returns true i
5151

5252
[source,arduino]
5353
----
54-
if (isLowerCase(this)) // tests if this is a letter
54+
if (isLowerCase(this)) // tests if this is a lower case letter
5555
{
5656
Serial.println("The character is lower case");
5757
}
@@ -80,4 +80,4 @@ else
8080
* #LANGUAGE# link:../../communication/serial/read[read()]
8181

8282
--
83-
// SEE ALSO SECTION ENDS
83+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)