flag: fix minor typo (#23512)

This commit is contained in:
Kim Shrier 2025-01-18 14:59:44 -07:00 committed by GitHub
parent c2b7dbf9b4
commit 504ec54be1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# Description
A V module to parse, map and document different command line option flag styles
(as typically found in in `os.args`).
(as typically found in `os.args`).
`flag.to_struct[T](os.args)!` can map flags into user defined V `struct`s via
compile time reflection.