doc: fix a typo (#6257)
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
|
## 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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue