mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-07-30 09:26:35 -04:00
doc(common): Fix a typo in changelog.d/6674.fixed.md
Signed-off-by: Ivan Enderlin <ivan@mnt.io>
This commit is contained in:
@@ -6,5 +6,5 @@ that when a `CrossProcessLock` is dropped, all `CrossProcessLockGuard`s report
|
||||
0 holder, and thus, the lock is released, but it's wrong. As long as guards are
|
||||
alive, the lock **MUST NOT** be released. Dropping all the guards releases the
|
||||
lock, but dropping the `CrossProcessLock` —which is not the lock in itself— must
|
||||
not dropped the acquired lock.
|
||||
not drop the acquired lock.
|
||||
There is no public changes, but the incorrect behaviour is now fixed.
|
||||
|
||||
Reference in New Issue
Block a user