Skip to content

Commit edcead0

Browse files
committed
Fix doc typo
Signed-off-by: Jeremiah Boyle <[email protected]>
1 parent ec2cd82 commit edcead0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/go-target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ And the `generate.sh` file will look similar to this:
8484

8585
#!/bin/sh
8686

87-
alias antlr4='java -Xmx500M -cp "./antlr4-4.11.0-complete.jar:$CLASSPATH" org.antlr.v4.Tool'
87+
alias antlr4='java -Xmx500M -cp "./antlr-4.11.1-complete.jar:$CLASSPATH" org.antlr.v4.Tool'
8888
antlr4 -Dlanguage=Go -no-visitor -package parser *.g4
8989
```
9090

0 commit comments

Comments
 (0)