Skip to content

Commit

Permalink
Update Protobuf3.g4
Browse files Browse the repository at this point in the history
Line 465, corrected PROTO3_LIT_DOBULE to PROTO3_LIT_DOUBLE
  • Loading branch information
maxwell2011 authored Jan 28, 2024
1 parent 1d96a08 commit 0036eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protobuf3/Protobuf3.g4
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ PROTO3_LIT_SINGLE
: '"proto3"'
;

PROTO3_LIT_DOBULE
PROTO3_LIT_DOUBLE
: '\'proto3\''
;

Expand Down Expand Up @@ -659,4 +659,4 @@ keywords
| STREAM
| RETURNS
| BOOL_LIT
;
;

0 comments on commit 0036eaf

Please sign in to comment.