mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5140 from dm4/docs-fix-inline-code-syntax
[DOCS] Add missing backtick for inline code syntax.
This commit is contained in:
commit
b8b31eb3bf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user