From d8378dc532db9a0b95609196785ef072ebe7de0d Mon Sep 17 00:00:00 2001 From: hoangchung <52132635+hoangchungk53qx1@users.noreply.github.com> Date: Tue, 5 Mar 2024 23:41:55 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7de3805..b678eaf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Much of the functionality of this module is similar to [atomic-fu](https://githu fun useRef(){ val threadRef = ThreadRef() threadRef.same() // <- true - backgrundThread { + backgroundThread { threadRef.same() // <- false } }