Add glossary references in the correct places.
[ibg.git] / chapters / 07.rst
index 4a8031b369df988dd1ba045d6ded4218b7557950..8289c383763986d67a96bc34a7a74e5c213eb22f 100644 (file)
@@ -619,7 +619,7 @@ we *could* write two ``if`` statements::
           enough. How's Frau Tell? Give her my best wishes.~^";
 
 but that's unbearably clumsy; instead, we use the braces to group the
-``move`` and ``print`` statement into a **statement block** (sometimes
+``move`` and ``print`` statement into a :term:`statement block` (sometimes
 known as a code block) which counts as a single statement for the purposes
 of control by the ``if`` statement. ::