mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
docs: fix errors in docs.md (#9119)
This commit is contained in:
parent
814998ec10
commit
cce006b129
@ -194,7 +194,7 @@ println('hello world')
|
|||||||
|
|
||||||
Suppose you have a folder with several .v files in it, where one of them
|
Suppose you have a folder with several .v files in it, where one of them
|
||||||
contains your `main()` function, and the other files have other helper
|
contains your `main()` function, and the other files have other helper
|
||||||
functions. The may be organized by topic, but still *not yet* structured
|
functions. They may be organized by topic, but still *not yet* structured
|
||||||
enough to be their own separate reusable modules, and you want to compile
|
enough to be their own separate reusable modules, and you want to compile
|
||||||
them all into one program.
|
them all into one program.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user