Skip to content

Commit 76d24fa

Browse files
Update unsignedChar.adoc
1 parent c2c6ee3 commit 76d24fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Variables/Data Types/unsignedChar.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ subCategories: [ "Data Types" ]
1212

1313
[float]
1414
=== Description
15-
An unsigned data type that occupies 1 byte of memory. Same as the link:../byte[byte] datatype.
15+
An unsigned data type that occupies 1 byte of memory. Same as the `link:../byte[byte]` datatype.
1616

1717
The unsigned char datatype encodes numbers from 0 to 255.
1818

19-
For consistency of Arduino programming style, the byte data type is to be preferred.
19+
For consistency of Arduino programming style, the link:../byte[`byte`] data type is to be preferred.
2020
[%hardbreaks]
2121

2222

0 commit comments

Comments
 (0)