Skip to content

Commit 9176d82

Browse files
committed
flag: fix docs
1 parent 29fd92c commit 9176d82

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

vlib/flag/flag_to.v

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1840,8 +1840,7 @@ pub fn (fm FlagMapper) parsed_flags() []FlagData {
18401840
return flags
18411841
}
18421842

1843-
// handled_positions returns unique, sorted position indices from the input args
1844-
// that were consumed during parsing.
1843+
// `handled_positions` returns unique, sorted position indices from the input args that were consumed during parsing.
18451844
pub fn (fm FlagMapper) handled_positions() []int {
18461845
mut seen := map[int]bool{}
18471846
mut result := []int{}

0 commit comments

Comments
 (0)