Co-Authored-By: Hans Svensson <hanssv@gmail.com>
This commit is contained in:
Radosław Rowicki 2020-03-02 13:01:36 +01:00 committed by GitHub
parent f96c028481
commit 5f91fa27d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ The main unit of code in Sophia is the *contract*.
state. When creating a new contract the `init` entrypoint is executed and the
state is initialized to its return value.
The language offers some primive functions to interact with the blockchain and contracts.
The language offers some primitive functions to interact with the blockchain and contracts.
Please refer to the [Chain](sophia_stdlib.md#Chain), [Contract](sophia_stdlib.md#Contract)
and the [Call](sophia_stdlib.md#Call) namespaces in the documentation.