mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-11 02:30:57 +03:00
docs: fix a typo in concurrency doc
This commit is contained in:
parent
94fda7935a
commit
4c45844aba
@ -29,7 +29,7 @@ early: every command that may modify the repo takes a lock at the very
|
||||
beginning. However, that means that operations that wouldn't actually conflict
|
||||
would still have to wait for each other. The user experience can be improved by
|
||||
using finer-grained locks and/or taking the locks later. The drawback of that is
|
||||
complexity. For example, ou need to verify that any assumptions you made before
|
||||
complexity. For example, you need to verify that any assumptions you made before
|
||||
locking are still valid.
|
||||
|
||||
To avoid depending on lock files, Jujutsu takes a different approach by
|
||||
|
Loading…
Reference in New Issue
Block a user