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
commit b8b31eb3bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ Semantic and Syntactic Changes
This section highlights changes that affect syntax and semantics. 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 ``keccak256()``, ``sha256()`` and ``ripemd160()`` now accept only a single
``bytes`` argument. Moreover, the argument is not padded. This was changed to ``bytes`` argument. Moreover, the argument is not padded. This was changed to
make more explicit and clear how the arguments are concatenated. Change every make more explicit and clear how the arguments are concatenated. Change every