Skip to content

Fixed spelling issue and added example for hex description #413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Language/Variables/Constants/integerConstants.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -140,4 +140,4 @@ By default, an integer constant is treated as an int with the attendant limitati
[role="language"]

--
// SEE ALSO SECTION ENDS
// SEE ALSO SECTION ENDS