From 30562aabd0cecafae205e02506b7f55512f8e765 Mon Sep 17 00:00:00 2001 From: claycooper Date: Sun, 22 Jul 2018 09:38:06 -0400 Subject: [PATCH] Fixed spelling issue and added example for hex description --- Language/Variables/Constants/integerConstants.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Language/Variables/Constants/integerConstants.adoc b/Language/Variables/Constants/integerConstants.adoc index 10d970d4a..140840591 100644 --- a/Language/Variables/Constants/integerConstants.adoc +++ b/Language/Variables/Constants/integerConstants.adoc @@ -101,7 +101,7 @@ It is possible to generate a hard-to-find bug by (unintentionally) including a l [float] == Hexadecimal (base 16) -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). +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). [float] === Example Code: @@ -140,4 +140,4 @@ By default, an integer constant is treated as an int with the attendant limitati [role="language"] -- -// SEE ALSO SECTION ENDS \ No newline at end of file +// SEE ALSO SECTION ENDS