mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:58 +00:00
Fix typo in truncation comment (#9318)
This commit is contained in:
parent
94727996e8
commit
fca9dc5ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ def markdown_check_result(result: Result) -> str:
|
|||
if len(" ".join(lines)) > GITHUB_MAX_COMMENT_LENGTH // 3:
|
||||
lines.append("")
|
||||
lines.append(
|
||||
"_... Truncated remaining completed projected reports due to GitHub comment length restrictions_"
|
||||
"_... Truncated remaining completed project reports due to GitHub comment length restrictions_"
|
||||
)
|
||||
lines.append("")
|
||||
break
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue