mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: fix typos in documentation files (#23822)
This commit is contained in:
parent
ff93ccb29d
commit
8aef3c72b4
3 changed files with 3 additions and 3 deletions
|
@ -665,7 +665,7 @@ pub fn (fm FlagMapper) to_doc(dc DocConfig) !string {
|
|||
docs << '${name_and_version}'
|
||||
}
|
||||
|
||||
// Resolve the desciption if visible
|
||||
// Resolve the description if visible
|
||||
if dc.options.show.has(.description) {
|
||||
mut description := ''
|
||||
// Set the description from any `xdoc` (or user defined) from *struct*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue