Skip to content

Commit bafc02d

Browse files
authored
Update isPrintable.adoc
1 parent 1ece86f commit bafc02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Functions/Characters/isPrintable.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Analyse if a char is printable (that is any character that produces an output, e
2525
=== Syntax
2626
[source,arduino]
2727
----
28-
`isPrintable(thisChar)`
28+
isPrintable(thisChar)
2929
----
3030

3131
[float]

0 commit comments

Comments
 (0)