Skip to content

Commit 0448062

Browse files
committed
s/LHS/RHS
1 parent 5bd10df commit 0448062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ val future = async {
176176

177177
After ANF transform.
178178

179-
- await calls are moved to only appear on the LHS of a value definition.
179+
- await calls are moved to only appear on the RHS of a value definition.
180180
- `if` is not used as an expression, instead each branch writes its result
181181
to a synthetic `var`.
182182

0 commit comments

Comments
 (0)