From 31301911a27cd621a082162b5e91c1efb4699b05 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Fri, 16 Feb 2024 19:11:08 +0300 Subject: [PATCH] Docs: Mention the unit type in the literals section (#504) --- docs/sophia_features.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sophia_features.md b/docs/sophia_features.md index 4103705..13e47cb 100644 --- a/docs/sophia_features.md +++ b/docs/sophia_features.md @@ -558,6 +558,7 @@ Sophia has the following types: ## Literals | Type | Constant/Literal example(s) | | ---------- | ------------------------------- | +| unit | () | | int | `-1`, `2425`, `4598275923475723498573485768` | | address | `ak_2gx9MEFxKvY9vMG5YnqnXWv1hCsX7rgnfvBLJS4aQurustR1rt` | | bool | `true`, `false` |