Skip to content

Commit 54ab00e

Browse files
Merge pull request #7984 from unkarjedy/patch-2
replace VarDcl with ValDcl
2 parents 90a6448 + 528eb39 commit 54ab00e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/internals/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Export ::= ‘export’ [‘given’] ImportExpr {‘,’ ImportExpr
348348

349349
### Declarations and Definitions
350350
```ebnf
351-
RefineDcl ::= ‘val’ VarDcl
351+
RefineDcl ::= ‘val’ ValDcl
352352
| ‘def’ DefDcl
353353
| ‘type’ {nl} TypeDcl
354354
| INT

0 commit comments

Comments
 (0)