Skip to content

Commit 73b7cb9

Browse files
whodiManishearth
whodi
authored andcommitted
shound -> should
1 parent 2be7ad5 commit 73b7cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lintcheck/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ struct LintcheckConfig {
393393
lintcheck_results_path: PathBuf,
394394
/// whether to just run --fix and not collect all the warnings
395395
fix: bool,
396-
/// A list of lint that this lintcheck run shound focus on
396+
/// A list of lints that this lintcheck run should focus on
397397
lint_filter: Vec<String>,
398398
/// Indicate if the output should support markdown syntax
399399
markdown: bool,

0 commit comments

Comments
 (0)