mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-30 23:27:27 +00:00
Correct typo in rules documentation (#8303)
## Summary Add missing "is": ```diff - The 🧪 emoji indicates that a rule in "preview". + The 🧪 emoji indicates that a rule is in "preview". ``` ## Test Plan N/A
This commit is contained in:
parent
7b4b004506
commit
223873c8c7
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ pub(crate) fn generate() -> String {
|
|||
table_out.push('\n');
|
||||
|
||||
table_out.push_str(&format!(
|
||||
"The {PREVIEW_SYMBOL} emoji indicates that a rule in [\"preview\"](faq.md#what-is-preview)."
|
||||
"The {PREVIEW_SYMBOL} emoji indicates that a rule is in [\"preview\"](faq.md#what-is-preview)."
|
||||
));
|
||||
table_out.push('\n');
|
||||
table_out.push('\n');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue