mirror of
https://github.com/vlang/v.git
synced 2025-09-08 23:07:19 -04:00
docs: fix verbiage, remove potential confusion, in hello world section (#23310)
This commit is contained in:
parent
4225a346d6
commit
542a8e7826
@ -262,7 +262,7 @@ As in many other languages (such as C, Go, and Rust), `main` is the entry point
|
||||
[`println`](#println) is one of the few [built-in functions](#builtin-functions).
|
||||
It prints the value passed to it to standard output.
|
||||
|
||||
`fn main()` declaration can be skipped in one file programs.
|
||||
`fn main()` declaration can be skipped in single file programs.
|
||||
This is useful when writing small programs, "scripts", or just learning the language.
|
||||
For brevity, `fn main()` will be skipped in this tutorial.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user