Skip to content

Commit ffa0142

Browse files
committed
Use standard markup for isWhitespace syntax section
Wrapping this line in backticks is the approved markup style, as established by https://raw.githubusercontent.com/arduino/reference-en/master/AsciiDoc_sample/Reference_Terms/AsciiDoc_Template-Single_Entity.adoc
1 parent dfa04e4 commit ffa0142

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)