mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
docs: fix typo
This commit is contained in:
parent
f7605c397a
commit
74d2ae518a
@ -349,7 +349,7 @@ fn main() {
|
||||
}
|
||||
```
|
||||
|
||||
Modules can be imported using keyword `import`. When using types, functions, and constants 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
|
||||
Modules can be imported using keyword `import`. When using types, functions, and constants from other modules, the full path must be specified. In the example above, `name := input()` wouldn't work. That means that it's always clear from which module a function is called
|
||||
|
||||
## Arrays
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user