Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3438a8d commit ff3de6cCopy full SHA for ff3de6c
docs/060-breaking-changes.rst
@@ -92,7 +92,7 @@ or at least were more difficult to achieve prior to Solidity 0.6.0.
92
* ``struct`` and ``enum`` types can be declared at file level.
93
* Array slices can be used for calldata arrays, for example ``abi.decode(msg.data[4:], (uint, uint))``
94
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``.
+ * Natspec supports multiple return parameters in developer documentation, enforcing the same naming check as ``@param``.
96
* Yul and Inline Assembly have a new statement called ``leave`` that exits the current function.
97
* Conversions from ``address`` to ``address payable`` are now possible via ``payable(x)``, where
98
``x`` must be of type ``address``.
0 commit comments