missing 'the'

This commit is contained in:
radrow 2021-05-17 19:10:22 +02:00
parent 860457b466
commit 53d5d95ab1

View File

@ -770,9 +770,9 @@ The gas limit of the current block.
Chain.bytecode_hash : 'c => option(hash) Chain.bytecode_hash : 'c => option(hash)
``` ```
Returns hash of the contract's bytecode (or `None` if it is nonexistent or Returns the hash of the contract's bytecode (or `None` if it is nonexistent or
deployed before FATE2). The type `'c` must be instantiated with a contract. deployed before FATE2). The type `'c` must be instantiated with a contract. The
The charged gas is affine to the size of the serialized bytecode. charged gas is affine to the size of the serialized bytecode.
#### create #### create