aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2012-12-20 15:01:17 +0100
committerJason Zaugg <jzaugg@gmail.com>2012-12-20 15:01:17 +0100
commit044806286a4bf69c2da0189017116dac63024487 (patch)
tree639c9ff2627de4570010c77b11b3b0ddc3594e2f /README.md
parent5bd10df2eb1445a68752e400dcee95507d664d41 (diff)
downloadscala-async-044806286a4bf69c2da0189017116dac63024487.tar.gz
scala-async-044806286a4bf69c2da0189017116dac63024487.tar.bz2
scala-async-044806286a4bf69c2da0189017116dac63024487.zip
s/LHS/RHS
Diffstat (limited to 'README.md')
-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`.