Skip to content

Commit 25a26d2

Browse files
committed
Fix cheatsheet
1 parent 1602d1c commit 25a26d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cheatsheet.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Global Variables
8181
- ``abi.encodeWithSelector(bytes4 selector, ...) returns (bytes memory)``: :ref:`ABI <ABI>`-encodes
8282
the given arguments starting from the second and prepends the given four-byte selector
8383
- ``abi.encodeWithSignature(string memory signature, ...) returns (bytes memory)``: Equivalent
84-
to ``abi.encodeWithSelector(bytes4(keccak256(bytes(signature)), ...)```
84+
to ``abi.encodeWithSelector(bytes4(keccak256(bytes(signature)), ...)``
8585
- ``bytes.concat(...) returns (bytes memory)``: :ref:`Concatenates variable number of
8686
arguments to one byte array<bytes-concat>`
8787
- ``block.basefee`` (``uint``): current block's base fee (`EIP-3198 <https://eips.ethereum.org/EIPS/eip-3198>`_ and `EIP-1559 <https://eips.ethereum.org/EIPS/eip-1559>`_)

0 commit comments

Comments
 (0)