diff --git a/README.md b/README.md index fd145a6..6fc4844 100644 --- a/README.md +++ b/README.md @@ -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.