Skip to content

Commit 8f704d4

Browse files
authored
just a copy-paste fix I suppose....
1 parent c2ce5f5 commit 8f704d4

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-
`isAlpha(thisChar)`
28+
`isPrintable(thisChar)`
2929
----
3030

3131
[float]

0 commit comments

Comments
 (0)