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:
Jeremy Jackins 2015-03-17 13:00:31 +09:00 committed by Minux Ma
parent 3eaea873b4
commit 4eb9302972
1 changed files with 1 additions and 1 deletions

View File

@ -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.