ok/jj
1
0
Fork 0
forked from mirrors/jj

docs: fix a typo in concurrency doc

This commit is contained in:
Martin von Zweigbergk 2022-01-09 22:02:44 -08:00
parent 94fda7935a
commit 4c45844aba

View file

@ -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 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 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 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. locking are still valid.
To avoid depending on lock files, Jujutsu takes a different approach by To avoid depending on lock files, Jujutsu takes a different approach by