From 739029ee43e4ac59a23db61bc660ce644b4ddd09 Mon Sep 17 00:00:00 2001 From: acevif Date: Wed, 7 Aug 2024 00:10:06 +0900 Subject: [PATCH] Fix minor typo in README.md (#33) - Fixed typo introduced in PR #29 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.