Update README.md

This commit is contained in:
Jungpyo Hong 2021-08-13 10:07:52 -05:00 committed by GitHub
parent a8309fd858
commit e75caa387a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1559,7 +1559,7 @@ And then go to **RUN** and check **THREAD SANITIZER** 👈
``` ```
- Fake - Fake -
```swift ```swift
// exaple code will update // exaple code will update
@ -1577,7 +1577,7 @@ And then go to **RUN** and check **THREAD SANITIZER** 👈
// exaple code will update // exaple code will update
``` ```
- Dummy - Dummy - Objects are passed around but never actually used. Usually they are just used to fill parameter lists.
```swift ```swift
// exaple code will update // exaple code will update