mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
doc: fix a typo (#6257)
This commit is contained in:
parent
c351f8fa47
commit
95ce9f33a9
@ -1978,7 +1978,7 @@ For more examples, see <a href='https://github.com/vlang/v/blob/master/vlib/orm/
|
||||
## Writing Documentation
|
||||
|
||||
The way it works is very similar to Go. It's very simple: there's no need to
|
||||
write documentation seperately for your code, vdoc will generate it from docstrings in the source code.
|
||||
write documentation separately for your code, vdoc will generate it from docstrings in the source code.
|
||||
|
||||
Documentation for each function/type/const must be placed right before the declaration:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user