mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-20 03:49:54 +00:00
chore: fix some typos (#2581)
This commit is contained in:
parent
7c728a2e77
commit
d6dad57fab
4 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ pub(crate) enum GitReference {
|
|||
enum RefspecStrategy {
|
||||
// All refspecs should be fetched, if any fail then the fetch will fail
|
||||
All,
|
||||
// Stop after the first successful fetch, if none suceed then the fetch will fail
|
||||
// Stop after the first successful fetch, if none succeed then the fetch will fail
|
||||
First,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue