Typo in v3-to-v4.md

This commit is contained in:
Tim Hockin 2025-03-01 08:30:20 -08:00
parent 217fa438dc
commit d259d920a7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ condition where a symbolic name can change after `git ls-remote` but before
### The v4.2+ loop ### The v4.2+ loop
The v4.2 loop refines the v4 loop even further. Instead of using ls-remote to The v4.2 loop refines the v4 loop even further. Instead of using ls-remote to
see what the upstream has and then fetching it, git-sync sill just fetch it by see what the upstream has and then fetching it, git-sync will just fetch it by
ref. If the local sync already has the corresponding hash, nothing more will ref. If the local sync already has the corresponding hash, nothing more will
be synced. If it did not have that hash before, then it does now and can be synced. If it did not have that hash before, then it does now and can
update the worktree. update the worktree.