collapse_vars: small change to README
authorkzc <zaxxon2011@gmail.com>
Thu, 28 Jan 2016 16:04:30 +0000 (11:04 -0500)
committerkzc <zaxxon2011@gmail.com>
Thu, 28 Jan 2016 16:04:30 +0000 (11:04 -0500)
README.md

index a04d0fc..9edfa05 100644 (file)
--- a/README.md
+++ b/README.md
@@ -323,7 +323,7 @@ to set `true`; it's effectively a shortcut for `foo=true`).
 - `cascade` -- small optimization for sequences, transform `x, x` into `x`
   and `x = something(), x` into `x = something()`
 
-- `collapse_vars` -- default `false`. Collapse single-use var and const
+- `collapse_vars` -- default `false`. Collapse single-use `var` and `const`
   definitions when possible.
 
 - `warnings` -- display warnings when dropping unreachable code or unused