diff options
author | Russ Cox <rsc@golang.org> | 2010-01-13 18:22:16 -0800 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2010-01-13 18:22:16 -0800 |
commit | 1f668b523424dfbff694a6118b9d02280c8683e6 (patch) | |
tree | 61ffb3c335122e63cd20d090eccf59df5a9b809c | |
parent | 583b7c488298069ff1ca3e25829a527b740a24d5 (diff) | |
download | golang-1f668b523424dfbff694a6118b9d02280c8683e6.tar.gz |
doc/devel/release.html: fix dumb typo
R=r
CC=golang-dev
http://codereview.appspot.com/186148
-rw-r--r-- | doc/devel/release.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/devel/release.html b/doc/devel/release.html index df8a8ec96..f81bb88ab 100644 --- a/doc/devel/release.html +++ b/doc/devel/release.html @@ -5,7 +5,7 @@ <p>This page summarizes the changes between tagged releases of Go. For full details, see the <a href="http://code.google.com/p/go/source/list">Mercurial change log</a>.</p> -<h3 id="2010-01-13">2010-01-13</h2> +<h3 id="2010-01-13">2010-01-13</h3> <pre> build: $GOBIN should no longer be required in $PATH (thanks Devon H. O'Dell), |