Skip to content

Commit 6184542

Browse files
Fix wrong type in example
1 parent 3a01e1e commit 6184542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugo/content/docs/reference/semantic-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ Definition:
203203
Expression:
204204
Addition;
205205
Addition infers Expression:
206-
left=Value ('+' right=Expression)?;
206+
left=Primary ('+' right=Expression)?;
207207
208208
Primary infers Expression:
209209
'(' Expression ')' | {Literal} value=NUMBER;

0 commit comments

Comments
 (0)