Fix docs for BoolishValueParser

This commit is contained in:
Sergey Serebryakov 2024-11-18 19:16:28 +00:00 committed by GitHub
parent 2920fb082c
commit 5d282c560c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1828,7 +1828,7 @@ impl Default for FalseyValueParser {
}
}
/// Parse bool-like string values, everything else is `true`
/// Parse bool-like string values, everything else is an error
///
/// See also:
/// - [`ValueParser::bool`] for different human readable bool representations