Skip to content

Commit 4a79cb2

Browse files
authored
Fix incorrect type in semantic model docs (#260)
1 parent 3a01e1e commit 4a79cb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hugo/content/docs/reference/semantic-model.md

+1-1
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)