doc: add missing <code> to go1.1.html

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/8880043
This commit is contained in:
Jonathan Rudenberg 2013-04-21 13:10:19 +02:00 committed by Andrew Gerrand
parent c546e9d2c2
commit b0cd458605
1 changed files with 1 additions and 1 deletions

View File

@ -938,7 +938,7 @@ matching the existing methods of <a href="/pkg/net/#TCPConn"><code>TCPConn</code
The <a href="/pkg/net/http/"><code>net/http</code></a> package includes several new additions.
<a href="/pkg/net/http/#ParseTime"><code>ParseTime</code></a> parses a time string, trying
several common HTTP time formats.
The <a href="/pkg/net/http/#Request.PostFormValue">PostFormValue</a> method of
The <a href="/pkg/net/http/#Request.PostFormValue"><code>PostFormValue</code></a> method of
<a href="/pkg/net/http/#Request"><code>Request</code></a> is like
<a href="/pkg/net/http/#Request.FormValue"><code>FormValue</code></a> but ignores URL parameters.
The <a href="/pkg/net/http/#CloseNotifier"><code>CloseNotifier</code></a> interface provides a mechanism