[ty] Fix lint summary wording (#19091)
This commit is contained in:
@@ -307,7 +307,7 @@ declare_lint! {
|
||||
/// d: bytes
|
||||
/// ```
|
||||
pub(crate) static DUPLICATE_KW_ONLY = {
|
||||
summary: "detects dataclass definitions with more than once usages of `KW_ONLY`",
|
||||
summary: "detects dataclass definitions with more than one usage of `KW_ONLY`",
|
||||
status: LintStatus::preview("1.0.0"),
|
||||
default_level: Level::Error,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user