Skip to content

Commit 72e05bb

Browse files
authored
Merge pull request #675 from animeshsrivastava24/patch-23
Code Highlight markup and Link colouration fix boolean.adoc
2 parents ed98255 + e0b55b2 commit 72e05bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Variables/Data Types/boolean.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ subCategories: [ "Data Types" ]
1212

1313
[float]
1414
=== Description
15-
`boolean` is a non-standard type alias for link:../../../variables/data-types/bool[bool] defined by Arduino. It's recommended to instead use the standard type `bool`, which is identical.
15+
`boolean` is a non-standard type alias for `link:../../../variables/data-types/bool[bool]` defined by Arduino. It's recommended to instead use the standard type link:../../../variables/data-types/bool[`bool`], which is identical.
1616

1717

1818
[%hardbreaks]

0 commit comments

Comments
 (0)