missing 'the'

This commit is contained in:
radrow 2021-05-17 19:09:30 +02:00
parent 4aebdeceec
commit 860457b466

View File

@ -184,7 +184,7 @@ contract's `init` function. Beside that they take some additional named
arguments please refer to their documentation for the details. arguments please refer to their documentation for the details.
While `Chain.clone` requires only a `contract interface` and a living instance 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 to-create contract defined by the standard `contract` syntax, for example
``` ```