Merge pull request #5031 from ethereum/hexLitCapital050

[DOCS] Explain that ``0X`` is disallowed in changes documentation.
This commit is contained in:
Alex Beregszaszi
2018-09-20 11:10:11 +01:00
committed by GitHub
+2
View File
@@ -198,6 +198,8 @@ Literals and Suffixes
* Combining hex numbers with unit denominations (e.g. ``0x1e wei``) is now
disallowed.
* The prefix ``0X`` for hex numbers is disallowed, only ``0x`` is possible.
Variables
---------