From feee748c99cd75546eec702bda31311031a8b6d2 Mon Sep 17 00:00:00 2001 From: radrow Date: Mon, 2 Mar 2020 13:06:14 +0100 Subject: [PATCH] Language --- docs/sophia_stdlib.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/sophia_stdlib.md b/docs/sophia_stdlib.md index 8f9e20c..df13842 100644 --- a/docs/sophia_stdlib.md +++ b/docs/sophia_stdlib.md @@ -8,8 +8,9 @@ in the priv/stdlib directory. Thanks! # Standard library Sophia language offers standard library that consists of several namespaces. Some of them are already -in the scope and do not need any actions to be used, while some others are hidden under includable -files. The autoincluded namespaces are: +in the scope and do not need any actions to be used, while the others require some files to be included. + +The out-of-the-box namespaces are: - [Bits](#Bits) - [String](#String)