Small fix

This commit is contained in:
barsdeveloper
2023-05-06 21:57:25 +02:00
parent e97ce5d562
commit a80bf61c88
7 changed files with 16 additions and 8 deletions

View File

@@ -492,8 +492,8 @@ export default class Grammar {
P.alt(
this.noneReferenceEntity,
this.fullReferenceEntity,
this.pathReferenceEntity,
this.typeReferenceEntity,
this.pathReferenceEntity,
)
)