Skip to content

Commit c7fe7b2

Browse files
authored
Merge pull request arduino#319 from per1234/quote-isWhitespace
Use standard markup for isWhitespace syntax section
2 parents 307b686 + ffa0142 commit c7fe7b2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Language/Functions/Characters/isWhitespace.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ Returns true if thisChar contains a white space.
2525
[float]
2626
=== Syntax
2727
[source,arduino]
28-
----
29-
isWhitespace(thisChar)
30-
----
28+
`isWhitespace(thisChar)`
29+
3130

3231
[float]
3332
=== Parameters

0 commit comments

Comments
 (0)