We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b5030 commit 157ba19Copy full SHA for 157ba19
resources/type-system/inference.md
@@ -331,7 +331,7 @@ schema.
331
for each `return e;` statement in the block, let `S` be the inferred type
332
of `e`, using the local type inference algorithm described below with typing
333
context `K`, and update `T` to be `UP(S, T)`.
334
- - If the enclosing function is marekd `async`, for each `return e;` statement
+ - If the enclosing function is marked `async`, for each `return e;` statement
335
in the block, let `S` be the inferred type of `e`, using the local type
336
inference algorithm described below with typing context `FutureOr<K>`,
337
and update `T` to be `UP(flatten(S), T)`.
0 commit comments