From 5f91fa27d8dda51b05552adae18b7490492d685d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Rowicki?= <35342116+radrow@users.noreply.github.com> Date: Mon, 2 Mar 2020 13:01:36 +0100 Subject: [PATCH] Typo Co-Authored-By: Hans Svensson --- docs/sophia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sophia.md b/docs/sophia.md index 58042f0..3195870 100644 --- a/docs/sophia.md +++ b/docs/sophia.md @@ -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.