Merge pull request #5140 from dm4/docs-fix-inline-code-syntax

[DOCS] Add missing backtick for inline code syntax.
This commit is contained in:
chriseth
2018-10-04 00:54:45 +02:00
committed by GitHub
+1 -1
View File
@@ -53,7 +53,7 @@ Semantic and Syntactic Changes
This section highlights changes that affect syntax and semantics.
* The functions ``.call()``, ``.delegatecall()`, ``staticcall()``,
* The functions ``.call()``, ``.delegatecall()``, ``staticcall()``,
``keccak256()``, ``sha256()`` and ``ripemd160()`` now accept only a single
``bytes`` argument. Moreover, the argument is not padded. This was changed to
make more explicit and clear how the arguments are concatenated. Change every