Skip to content

Commit 399094a

Browse files
authored
Follow the style guide in the style guide (#16466)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary <!-- What's the purpose of the change? What does it do, and why? --> > 4. Hyphenate compound words, e.g., use "platform-specific" not "platform specific". Applies to "command line arguments" -> "command-line arguments".
1 parent 804f1ff commit 399094a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STYLE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ documentation_.
1616
1. If a message ends with a single relevant value, precede it with a colon, e.g.,
1717
`This is the value: value`. If the value is a literal, wrap it in backticks.
1818
1. Markdown files should be wrapped at 100 characters.
19-
1. Use a space, not an equals sign, for command line arguments with a value, e.g.
19+
1. Use a space, not an equals sign, for command-line arguments with a value, e.g.
2020
`--resolution lowest`, not `--resolution=lowest`.
2121

2222
## Styling uv

0 commit comments

Comments
 (0)