Skip to content

Commit f508ef0

Browse files
Fix reference to --resolution in docs (#8968)
<!-- 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? --> Update `resolution` to `--resolution`, so it's aligned with the rest of the resolution documentation, and copy-pastable for usage. --------- Co-authored-by: Charlie Marsh <[email protected]>
1 parent 65e2f95 commit f508ef0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/concepts/resolution.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,10 @@ code.
355355

356356
Lower bounds are particularly critical when writing a library. It's important to declare the lowest
357357
version for each dependency that your library works with, and to validate that the bounds are
358-
correct — testing with [`--resolution lowest` or `resolution lowest-direct`](#resolution-strategy).
359-
Otherwise, a user may receive an old, incompatible version of one of your library's dependencies and
360-
the library will fail with an unexpected error.
358+
correct — testing with
359+
[`--resolution lowest` or `--resolution lowest-direct`](#resolution-strategy). Otherwise, a user may
360+
receive an old, incompatible version of one of your library's dependencies and the library will fail
361+
with an unexpected error.
361362

362363
## Reproducible resolutions
363364

0 commit comments

Comments
 (0)