From 4fe4709b56663a0a27925fcb3ffa6779eed59883 Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Sat, 18 Apr 2020 21:28:05 +0200 Subject: [PATCH] docs: fix typo --- doc/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs.md b/doc/docs.md index 2c277f28ce..9e448db46a 100644 --- a/doc/docs.md +++ b/doc/docs.md @@ -259,7 +259,7 @@ fn main() { } ``` -Modules can be imported using keyword `import`. When using types, functions, and consts from other modules, the full path must be specified. In the example above, `name := get_name()` wouldn't work. That means that it's always clear from which module a function is called +Modules can be imported using keyword `import`. When using types, functions, and consts from other modules, the full path must be specified. In the example above, `name := get_line()` wouldn't work. That means that it's always clear from which module a function is called ## Arrays