Skip to content

Commit 91b4137

Browse files
author
Stefania
authored
Merge pull request #165 from robsoncouto/patch-2
Minor fix in example code comment
2 parents 70ecfdb + 9d5fed4 commit 91b4137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Functions/Characters/isPrintable.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Analyse if a char is printable (that is any character that produces an output, e
5151

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