diff options
author | dm4 <dm4@skymizer.com> | 2018-10-03 14:40:30 +0800 |
---|---|---|
committer | dm4 <dm4@skymizer.com> | 2018-10-03 14:40:30 +0800 |
commit | f343c5a730663d7a85069a2d032ea9335c3689d7 (patch) | |
tree | 502cecf79fa87443fac603918c5dc1bdb1b0de46 /docs/050-breaking-changes.rst | |
parent | d82ba32f1d010001890134c4aec19383ae8076df (diff) | |
download | dexon-solidity-f343c5a730663d7a85069a2d032ea9335c3689d7.tar.gz dexon-solidity-f343c5a730663d7a85069a2d032ea9335c3689d7.tar.zst dexon-solidity-f343c5a730663d7a85069a2d032ea9335c3689d7.zip |
[DOCS] Add missing backtick for inline code syntax.
Diffstat (limited to 'docs/050-breaking-changes.rst')
-rw-r--r-- | docs/050-breaking-changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/050-breaking-changes.rst b/docs/050-breaking-changes.rst index b49dd1e0..9094000e 100644 --- a/docs/050-breaking-changes.rst +++ b/docs/050-breaking-changes.rst @@ -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 |