Skip to content

Commit

Permalink
Fix minor typo in README.md (#33)
Browse files Browse the repository at this point in the history
- Fixed typo introduced in PR #29
  • Loading branch information
acevif authored Aug 6, 2024
1 parent bc7b8fc commit 739029e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ testable.
* [`UncheckedSendable`](#uncheckedsendable)
* [Serial execution](#serial-execution)

### LockIsolated`
### `LockIsolated`

The `LockIsolated` type helps wrap other values in an isolated context. It wraps the value in a
class with a lock, which allows you to read and write the value with a synchronous interface.
Expand Down

0 comments on commit 739029e

Please sign in to comment.