aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2efba6f..8c36a66 100644
--- a/README.md
+++ b/README.md
@@ -176,7 +176,7 @@ val future = async {
After ANF transform.
- - await calls are moved to only appear on the LHS of a value definition.
+ - await calls are moved to only appear on the RHS of a value definition.
- `if` is not used as an expression, instead each branch writes its result
to a synthetic `var`.