summary refs log tree commit diff
path: root/doc/il.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/il.txt')
-rw-r--r--doc/il.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/il.txt b/doc/il.txt
index 25fa36b..288c6ca 100644
--- a/doc/il.txt
+++ b/doc/il.txt
@@ -372,8 +372,8 @@ Here are various examples of data definitions.
     FUNCDEF :=
         LINKAGE*
 	'function' [ABITY] $IDENT '(' (PARAM), ')' [NL]
-        '{'
-           [NL] BLOCK+
+        '{' NL
+            BLOCK+
         '}'
 
     PARAM :=