We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c65b6 commit c724516Copy full SHA for c724516
quizzes/async-05-traits-for-async.toml
@@ -58,7 +58,7 @@ async fn example(x: i32) -> i32 {
58
"""
59
context = """
60
The core problem addressed by pinning in self-reference, or a future which contains a pointer to itself.
61
-This happens an async block contains a local variable that refers to another local variable in the future.
+This happens when an async block contains a local variable that refers to another local variable in the future.
62
Here, that would be `y = &x`.
63
64
-id = "bc8b4acb-d111-4fec-b89a-e5d1bc77c8f2"
+id = "bc8b4acb-d111-4fec-b89a-e5d1bc77c8f2"
0 commit comments