doc: add a missing period (#6199)
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