about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-04-27 17:55:14 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-04-27 17:55:14 -0700
commit612c48da330ed2814ee19f7e3f623e8946b200c8 (patch)
tree9fc76db306f5c33e7c21120e839f67ad4c5af315
parentd46761a1c53eeea245ea865885b6b215ba215d22 (diff)
downloadmu-612c48da330ed2814ee19f7e3f623e8946b200c8.tar.gz
2877
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 86e03520..3bacd1d2 100644
--- a/Readme.md
+++ b/Readme.md
@@ -168,7 +168,7 @@ A third example, this time illustrating conditionals:
 
 In spite of how it looks, this is still just a list of instructions and
 labels. Internally, the instructions `break` and `loop` get converted to
-`jump` instructions to after the enclosing `}` or `{`, respectively.
+`jump` instructions to after the enclosing `}` or `{` labels, respectively.
 
 Try out the factorial program now: