Skip to content

Commit

Permalink
This comma confused me. Remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
pepsiman authored and Keno committed Sep 9, 2018
1 parent 0c73ad1 commit 68db9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/integers-and-floating-point-numbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ of the binary data item is the minimal needed size, if the leading digit of the
`0`. In the case of leading zeros, the size is determined by the minimal needed size for a
literal, which has the same length but leading digit `1`. That allows the user to control
the size.
Values, which cannot be stored in `UInt128` cannot be written as such literals.
Values which cannot be stored in `UInt128` cannot be written as such literals.

Binary, octal, and hexadecimal literals may be signed by a `-` immediately preceding the
unsigned literal. They produce an unsigned integer of the same size as the unsigned literal
Expand Down

0 comments on commit 68db9b4

Please sign in to comment.