From e75caa387a08ea97317c44711cc28820e422f83d Mon Sep 17 00:00:00 2001 From: Jungpyo Hong Date: Fri, 13 Aug 2021 10:07:52 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e37f7fc..703c47c 100644 --- a/README.md +++ b/README.md @@ -1559,7 +1559,7 @@ And then go to **RUN** and check **THREAD SANITIZER** 👈 ``` - - Fake + - Fake - ```swift // exaple code will update @@ -1577,7 +1577,7 @@ And then go to **RUN** and check **THREAD SANITIZER** 👈 // exaple code will update ``` - - Dummy + - Dummy - Objects are passed around but never actually used. Usually they are just used to fill parameter lists. ```swift // exaple code will update