Skip to content

Commit ff0b381

Browse files
authored
Update explicit-nulls.md
1 parent 6dcef12 commit ff0b381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/other-new-features/explicit-nulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ while xs != null do
382382
When dealing with local mutable variables, there are two questions:
383383

384384
1. Whether to track a local mutable variable during flow typing.
385-
We track a local mutable variable iff the variable is not assigned in a closure.
385+
We track a local mutable variable if the variable is not assigned in a closure.
386386
For example, in the following code `x` is assigned to by the closure `y`, so we do not
387387
do flow typing on `x`.
388388

0 commit comments

Comments
 (0)