From 53d5d95ab1a870e7e1085a2abe267a537c951684 Mon Sep 17 00:00:00 2001 From: radrow Date: Mon, 17 May 2021 19:10:22 +0200 Subject: [PATCH] missing 'the' --- docs/sophia_stdlib.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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