mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 12:24:15 +00:00
Fix a few typos found by codespell (#3543)
<!-- 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 Just fix typos. While `alpha-numeric` is not really a misspelling: - it is missing from mainstream curated dictionaries, all of them suggest `alphanumeric`; - it is less used than `alphanumeric` (more than ⨉10 less) according to the Google [Ngram Viewer](https://books.google.com/ngrams/graph?content=alpha-numeric%2Calphanumeric&year_start=1900&year_end=2019&corpus=en-2019); - it is [missing from SCOWL](http://app.aspell.net/lookup?dict=en_US-large;words=alpha-numeric). ## Test Plan CI jobs.
This commit is contained in:
parent
106c3b583c
commit
d2ee567fe7
5 changed files with 7 additions and 7 deletions
|
|
@ -117,7 +117,7 @@ This is a little extra cost, but the idea is that a `CachePolicy` (not an
|
|||
`ArchivedCachePolicy`) should only be used in the slower path (i.e., when you
|
||||
actually need to make an HTTP request).
|
||||
|
||||
[`rkyv::vec::ArchivedVec`]: hhttps://docs.rs/rkyv/0.7.43/rkyv/vec/struct.ArchivedVec.html
|
||||
[`rkyv::vec::ArchivedVec`]: https://docs.rs/rkyv/0.7.43/rkyv/vec/struct.ArchivedVec.html
|
||||
[`rkyv::string::ArchivedString`]: https://docs.rs/rkyv/0.7.43/rkyv/string/struct.ArchivedString.html
|
||||
|
||||
# Additional reading
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue