Skip to content

Commit

Permalink
Fix 'a test' reference
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh committed Dec 11, 2022
1 parent d27b419 commit 2417965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ A list of allowed "confusable" Unicode characters to ignore when enforcing `RUF0
**Default value**: `[]`
**Type**: `Vec<a test>`
**Type**: `Vec<char>`
**Example usage**:
Expand Down
2 changes: 1 addition & 1 deletion src/settings/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub struct Options {
`RUF002`, and `RUF003`.
"#,
default = r#"[]"#,
value_type = "Vec<a test>",
value_type = "Vec<char>",
example = r#"
# Allow minus-sign (U+2212), greek-small-letter-rho (U+03C1), and the asterisk-operator (U+2217),
# which could be confused for "-", "p", and "*", respectively.
Expand Down

0 comments on commit 2417965

Please sign in to comment.