Skip to content

Commit d58c0fb

Browse files
authored
Merge pull request #682 from animeshsrivastava24/patch-32
Code Highlight markup and Link colouration fix unsignedChar.adoc
2 parents 3472bec + 76d24fa commit d58c0fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Language/Variables/Data Types/unsignedChar.adoc

+2-2
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)