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:
@@ -1978,7 +1978,7 @@ For more examples, see <a href='https://github.com/vlang/v/blob/master/vlib/orm/
|
|||||||
## Writing Documentation
|
## Writing Documentation
|
||||||
|
|
||||||
The way it works is very similar to Go. It's very simple: there's no need to
|
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:
|
Documentation for each function/type/const must be placed right before the declaration:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user