mirror of https://github.com/golang/go.git
cmd/yacc: fix path in documentation
Change-Id: I367b5a837844e3bee1576c59497d37f5e67c761d Reviewed-on: https://go-review.googlesource.com/7674 Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
parent
3eaea873b4
commit
4eb9302972
|
|
@ -20,7 +20,7 @@ written in C and documented at
|
|||
Adepts of the original yacc will have no trouble adapting to this
|
||||
form of the tool.
|
||||
|
||||
The directory $GOROOT/cmd/yacc/testdata/expr is a yacc program
|
||||
The directory $GOROOT/src/cmd/yacc/testdata/expr is a yacc program
|
||||
for a very simple expression parser. See expr.y and main.go in that
|
||||
directory for examples of how to write and build yacc programs.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue