Skip to content

Commit 87b0904

Browse files
committed
Tweak phrasing
1 parent 16190b7 commit 87b0904

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/type-system/inference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,8 @@ to find a value type `V` for that statement.
418418
After processing each relevant statement, update `T` to be **UP**(`T`, `V`).
419419

420420
The **actual value type** of the function literal is the value of `T` after
421-
all `return` and `yield` statements in the block body have been considered.
421+
all relevant `return` and `yield` statements in the block body have been
422+
processed.
422423

423424
Let `T` be the **actual value type** of a function literal as computed above.
424425
Let `R` be the greatest closure of the typing context `K` as computed above.

0 commit comments

Comments
 (0)