From bb137ae642f1a1f4e08ce77cb71c3e975db5f0bf Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Thu, 4 Aug 2022 15:19:47 +0400 Subject: [PATCH] Add missing using keyword --- docs/sophia_syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sophia_syntax.md b/docs/sophia_syntax.md index a55fa60..c89cc0f 100644 --- a/docs/sophia_syntax.md +++ b/docs/sophia_syntax.md @@ -11,7 +11,7 @@ and `*/` and can be nested. ``` contract elif else entrypoint false function if import include let mod namespace -private payable stateful switch true type record datatype main interface +private payable stateful switch true type record datatype main interface using ``` ### Tokens