We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceaa546 commit b545f9cCopy full SHA for b545f9c
README.md
@@ -35,7 +35,7 @@ Use `.withLock` to acquire the lock to read the state:
35
let val = state.withLock { $0 }
36
```
37
38
-Or mutate the state
+Or mutate the state:
39
```swift
40
let val = state.withLock {
41
$0 += 1
0 commit comments