mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: add a missing period (#6199)
This commit is contained in:
parent
497bf226e2
commit
5c656899e5
@ -254,7 +254,7 @@ Try compiling the program above after removing `mut` from the first line.
|
||||
|
||||
### Initialization vs assignment
|
||||
|
||||
Note the (important) difference between `:=` and `=`
|
||||
Note the (important) difference between `:=` and `=`.
|
||||
`:=` is used for declaring and initializing, `=` is used for assigning.
|
||||
|
||||
```v
|
||||
|
Loading…
Reference in New Issue
Block a user