From 860457b466077dfef45505eeb8069dbe8af5d62e Mon Sep 17 00:00:00 2001 From: radrow Date: Mon, 17 May 2021 19:09:30 +0200 Subject: [PATCH] missing 'the' --- docs/sophia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sophia.md b/docs/sophia.md index 6835a35..8f8fd42 100644 --- a/docs/sophia.md +++ b/docs/sophia.md @@ -184,7 +184,7 @@ contract's `init` function. Beside that they take some additional named arguments – please refer to their documentation for the details. While `Chain.clone` requires only a `contract interface` and a living instance -of a given contract on chain, `Chain.create` needs a full definition of a +of a given contract on the chain, `Chain.create` needs a full definition of a to-create contract defined by the standard `contract` syntax, for example ```