From dd1d835e4f1744d40bc20e4b0632e2c2efacfc16 Mon Sep 17 00:00:00 2001 From: radrow Date: Mon, 17 May 2021 19:11:36 +0200 Subject: [PATCH] missing 'the' --- docs/sophia_stdlib.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sophia_stdlib.md b/docs/sophia_stdlib.md index abc2e7e..a6c4b10 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -782,8 +782,9 @@ Chain.create(value : int, ...) => 'c Creates and deploys a new instance of a contract `'c`. All of the unnamed arguments will be passed to the `init` function. The charged gas is affine to -the size of the compiled child contract's bytecode. The `source_hash` onchain -entry of the newly created contract will be a SHA256 hash over concatenation of +the size of the compiled child contract's bytecode. The `source_hash` on-chain +entry of the newly created contract will be the SHA256 hash over concatenation +of - whole contract source code - single null byte