diff --git a/docs/sophia_stdlib.md b/docs/sophia_stdlib.md index 78c3cd0..abc2e7e 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -770,9 +770,9 @@ The gas limit of the current block. Chain.bytecode_hash : 'c => option(hash) ``` -Returns 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. -The charged gas is affine to the size of the serialized bytecode. +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. The +charged gas is affine to the size of the serialized bytecode. #### create