Fix typos.

This commit is contained in:
chriseth
2018-10-04 13:28:16 +02:00
parent 1305bf34f0
commit d76bfcd935
8 changed files with 12 additions and 11 deletions
+1 -1
View File
@@ -242,7 +242,7 @@ activate themselves.
mapping(address => uint) pendingReturns;
// Set to true at the end, disallows any change.
// By defaul initialized to `false`.
// By default initialized to `false`.
bool ended;
// Events that will be emitted on changes.
+2 -2
View File
@@ -499,9 +499,9 @@ terminate the string literal. Newline only terminates the string literal if it i
Hexadecimal Literals
--------------------
Hexademical Literals are prefixed with the keyword ``hex`` and are enclosed in double or single-quotes (``hex"001122FF"``). Their content must be a hexadecimal string and their value will be the binary representation of those values.
Hexadecimal literals are prefixed with the keyword ``hex`` and are enclosed in double or single-quotes (``hex"001122FF"``). Their content must be a hexadecimal string and their value will be the binary representation of those values.
Hexademical Literals behave like String Literals and have the same convertibility restrictions.
Hexadecimal literals behave like string literals and have the same convertibility restrictions.
.. index:: enum