aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--syntax.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax.md b/syntax.md
index 550fbcc..4342bb0 100644
--- a/syntax.md
+++ b/syntax.md
@@ -209,7 +209,7 @@ Type ← BasicType /
'const' BasicType /
BasicType '*' /
BasicType '[' Expression ']' /
- Type 'function' '(' (BasicType ',')* ')'
+ BasicType 'function' '(' (BasicType ',')* ')'
BasicType ← 'void' /
IntegerType /
'signed' IntegerType /