aboutsummaryrefslogtreecommitdiff
path: root/sem1/osc/mm9/opgaver.md
diff options
context:
space:
mode:
Diffstat (limited to 'sem1/osc/mm9/opgaver.md')
-rw-r--r--sem1/osc/mm9/opgaver.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sem1/osc/mm9/opgaver.md b/sem1/osc/mm9/opgaver.md
index a16f069..fe2ec99 100644
--- a/sem1/osc/mm9/opgaver.md
+++ b/sem1/osc/mm9/opgaver.md
@@ -111,7 +111,7 @@ digit -> *0* | ... | *9*
symbol -> letter | digit
symList -> symbol symList | e
exp -> term expB
-exp -> termopr term expB | e
+expB -> termopr term expB | e
termOpr -> *+* | *-*
term -> factor termB
termB -> factorOpr factor termB | e