doc(common): Fix a typo in changelog.d/6674.fixed.md

Signed-off-by: Ivan Enderlin <ivan@mnt.io>
This commit is contained in:
Ivan Enderlin
2026-06-25 16:22:44 +02:00
committed by GitHub
parent fd1a69eb6a
commit 567463d1fd

View File

@@ -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.