Minor mistake in docs.

Fixes #633.

R=adg
CC=golang-dev
https://golang.org/cl/224090
This commit is contained in:
Robert Griesemer 2010-03-01 16:22:22 -08:00
parent 1f3222a57b
commit 36ea8bb7bf

View File

@ -44,7 +44,7 @@ tree to make sure the changes don't break other packages or programs:
<pre>
cd $GOROOT/src
make all
./all.bash
</pre>
<p>