Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff3de6c

Browse files
chrisethbshastry
andauthored
Update docs/060-breaking-changes.rst
Co-Authored-By: Bhargava Shastry <[email protected]>
1 parent 3438a8d commit ff3de6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/060-breaking-changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ or at least were more difficult to achieve prior to Solidity 0.6.0.
9292
* ``struct`` and ``enum`` types can be declared at file level.
9393
* Array slices can be used for calldata arrays, for example ``abi.decode(msg.data[4:], (uint, uint))``
9494
is a low-level way to decode the function call payload.
95-
* Natspec supports multiple return parameters in dev documentation, enforcing the same naming check as ``@param``.
95+
* Natspec supports multiple return parameters in developer documentation, enforcing the same naming check as ``@param``.
9696
* Yul and Inline Assembly have a new statement called ``leave`` that exits the current function.
9797
* Conversions from ``address`` to ``address payable`` are now possible via ``payable(x)``, where
9898
``x`` must be of type ``address``.

0 commit comments

Comments
 (0)