about summary refs log tree commit diff stats
path: root/Readme.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-11-26 07:41:46 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-11-26 07:41:46 -0800
commit43c8e3dd9e501c17e0de76cccfe66343f0f09f9b (patch)
treed7ad0f9aa01d523e8247ea2f17cf2630e71d96ca /Readme.md
parent7efed68b43b9dd548577555bad4f66d09717b882 (diff)
downloadmu-43c8e3dd9e501c17e0de76cccfe66343f0f09f9b.tar.gz
329
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 22420532..65f250c2 100644
--- a/Readme.md
+++ b/Readme.md
@@ -91,7 +91,7 @@ The grammar is extremely simple. All you have are statements and blocks.
 Statements are either labels or instructions of the form:
 
 ```
-  oarg1, oarg2, oarg3, ... <- OP arg1, arg2, arg3, ...
+  oargs <- OP args
 ```
 
 Input and output args have to be simple; no sub-expressions are permitted. But