Skip to content

Commit 404bbd0

Browse files
author
Stefania
authored
Merge pull request #166 from robsoncouto/patch-3
Minor fix in example code comment
2 parents 91b4137 + 7484d7f commit 404bbd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Characters/isPunct.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Analyse if a char is punctuation (that is a comma, a semicolon, an exlamation ma
5151

5252
[source,arduino]
5353
----
54-
if (isPunct(this)) // tests if this is a letter
54+
if (isPunct(this)) // tests if this is a punctuation character
5555
{
5656
Serial.println("The character is a punctuation");
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)