Skip to content

Commit 8add379

Browse files
authored
Update 06_async_aware_primitives.md (mainmatter#122)
Fix a typo
1 parent bac485b commit 8add379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/08_futures/06_async_aware_primitives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Yields to runtime
5252
Tries to acquire lock
5353
```
5454

55-
We have a deadlock. Task B we'll never manage to acquire the lock, because the lock
55+
We have a deadlock. Task B will never manage to acquire the lock, because the lock
5656
is currently held by task A, which has yielded to the runtime before releasing the
5757
lock and won't be scheduled again because the runtime cannot preempt task B.
5858

0 commit comments

Comments
 (0)