Fix S310 `suspicious-url-open-usage` description (#10917)

## Summary

The "What it does" section of the docstring is missing a verb, this PR
adds it.
This commit is contained in:
Hoël Bagard 2024-04-13 20:52:04 +09:00 committed by GitHub
parent 85ca5b7eed
commit b356c4376c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ impl Violation for SuspiciousMarkSafeUsage {
}
/// ## What it does
/// Checks for uses of URL open functions that unexpected schemes.
/// Checks for instances where URL open functions are used with unexpected schemes.
///
/// ## Why is this bad?
/// Some URL open functions allow the use of `file:` or custom schemes (for use