mirror of https://github.com/astral-sh/ruff
Fix typo in documentation (#5914)
This commit is contained in:
parent
eeb8a5fe0a
commit
ccc6bd5df0
|
|
@ -88,7 +88,7 @@ impl Violation for LineContainsXxx {
|
|||
///
|
||||
/// Consider resolving the issue before deploying the code.
|
||||
///
|
||||
/// Note that if you use "TODO" comments as a form of documentation, this
|
||||
/// Note that if you use "HACK" comments as a form of documentation, this
|
||||
/// rule may not be appropriate for your project.
|
||||
///
|
||||
/// ## Example
|
||||
|
|
|
|||
Loading…
Reference in New Issue