Skip to content

Commit

Permalink
Fix incorrect type in semantic model docs (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
msujew authored Nov 1, 2024
1 parent 3a01e1e commit 4a79cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/content/docs/reference/semantic-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Definition:
Expression:
Addition;
Addition infers Expression:
left=Value ('+' right=Expression)?;
left=Primary ('+' right=Expression)?;
Primary infers Expression:
'(' Expression ')' | {Literal} value=NUMBER;
Expand Down

0 comments on commit 4a79cb2

Please sign in to comment.