Fix typo in documentation (#5914)

This commit is contained in:
Tom Kuson 2023-07-20 12:06:28 +01:00 committed by GitHub
parent eeb8a5fe0a
commit ccc6bd5df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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