mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Fix typos in docs, error messages and comments (#6910)
This commit is contained in:
parent
c9e4395322
commit
a5f1e1c765
13 changed files with 17 additions and 17 deletions
|
@ -86,7 +86,7 @@ impl ReportFormatter<PubGrubPackage, Range<Version>, UnavailableReason>
|
|||
let range =
|
||||
// Note that sometimes we do not have a range of available versions, e.g.,
|
||||
// when a package is from a non-registry source. In that case, we cannot
|
||||
// perform further simplicifaction of the range.
|
||||
// perform further simplification of the range.
|
||||
if let Some(available_versions) = package.name().and_then(|name| self.available_versions.get(name)) {
|
||||
update_availability_range(&complement, available_versions)
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue