Skip to content

Commit b545f9c

Browse files
authored
Update README.md
1 parent ceaa546 commit b545f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Use `.withLock` to acquire the lock to read the state:
3535
let val = state.withLock { $0 }
3636
```
3737

38-
Or mutate the state
38+
Or mutate the state:
3939
```swift
4040
let val = state.withLock {
4141
$0 += 1

0 commit comments

Comments
 (0)