Skip to content

Commit ec5c7da

Browse files
committed
chore: Changing wording in readme.
1 parent b5abf14 commit ec5c7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Ideally, with either approach, this repository would transfer ownership to the s
2727

2828
The current implementation of `DispatchSemaphore` has some limitations. Blocking threads goes against the design goals of Swift Concurrency.
2929
The `wait` function on `DispatchSemaphore` goes against this goal. Furthermore, most wasm targets run on a single thread from the web
30-
browser, so any time the `wait` function ends up blocking the calling thread, it would almost certainly hang a single-threaded wasm
30+
browser, so any time the `wait` function ends up blocking the calling thread, it would almost certainly freeze the single-threaded wasm
3131
executable.
3232

3333
To navigate these issues, there are some limitations:

0 commit comments

Comments
 (0)