You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Language/Variables/Data Types/boolean.adoc
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ subCategories: [ "Data Types" ]
12
12
13
13
[float]
14
14
=== 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.
0 commit comments