Skip to content

Commit 739029e

Browse files
authored
Fix minor typo in README.md (#33)
- Fixed typo introduced in PR #29
1 parent bc7b8fc commit 739029e

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
@@ -40,7 +40,7 @@ testable.
4040
* [`UncheckedSendable`](#uncheckedsendable)
4141
* [Serial execution](#serial-execution)
4242

43-
### LockIsolated`
43+
### `LockIsolated`
4444

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

0 commit comments

Comments
 (0)