about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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: