about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2014-12-14 13:30:34 -0800
committerKartik K. Agaram <vc@akkartik.com>2014-12-14 13:30:34 -0800
commit0ae67ccb0a3411fbcdbf14ddb70c79f61cb258cd (patch)
tree6f4cdbf197de926cf9a48f7fc9dd951037f6360f
parentd4b4d018c76409a96b82bee1e81c735648e57918 (diff)
downloadmu-0ae67ccb0a3411fbcdbf14ddb70c79f61cb258cd.tar.gz
429
-rw-r--r--Readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Readme.md b/Readme.md
index 03cac815..15580d5e 100644
--- a/Readme.md
+++ b/Readme.md
@@ -131,9 +131,9 @@ checks in different parts of your program, you'll be able to do that.
 To summarize: instructions have multiple operand and result values, values can
 have multiple rows separated by slashes, and rows can have multiple columns
 separated by colons. Only the very first column of the first row in each
-value's table is required to run mu programs, but the rest of the value
-'table' helps *manage* them over time. Management over time is why programming
-has traditionally been hard.
+value's table is required to run mu programs, but the rest of the value table
+helps *manage* them over time. Management over time is why programming has
+traditionally been hard.
 
 Try out the factorial program now: