Skip to content

Commit f391d59

Browse files
authored
Merge pull request arduino#413 from claycooper/patch-1
Fixed spelling issue and added example for hex description
2 parents 10dc3e4 + 30562aa commit f391d59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Variables/Constants/integerConstants.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ It is possible to generate a hard-to-find bug by (unintentionally) including a l
101101

102102
[float]
103103
== Hexadecimal (base 16)
104-
Valid characters are 0 through 9 and letters A through F; A has the value 10, B is 11, up to F, which is 15. Hex values are indicated by the prefix "0x". Note that A-F may be syted in upper or lower case (a-f).
104+
Valid characters are 0 through 9 and letters A through F; A has the value 10, B is 11, up to F, which is 15. Hex values are indicated by the prefix "0x". Note that A-F may be upper (A-F) or lower case (a-f).
105105

106106
[float]
107107
=== Example Code:
@@ -140,4 +140,4 @@ By default, an integer constant is treated as an int with the attendant limitati
140140
[role="language"]
141141

142142
--
143-
// SEE ALSO SECTION ENDS
143+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)