Fix version reference in resolver example (#17085)

This commit is contained in:
Charlie Marsh 2025-12-11 09:53:48 -05:00 committed by GitHub
parent ebdffaf728
commit 4c1571fb76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ In this example, some version of both `foo` and `bar` must be selected; however,
version requires considering the dependencies of each version of `foo` and `bar`. `foo 2.0.0` and
`bar 2.0.0` cannot be installed together as they conflict on their required version of `lib`, so the
resolver must select either `foo 1.0.0` (along with `bar 2.0.0`) or `bar 1.0.0` (along with
`foo 1.0.0`). Both are valid solutions, and different resolution algorithms may yield either result.
`foo 2.0.0`). Both are valid solutions, and different resolution algorithms may yield either result.
## Platform markers