]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.7.html: add missing <code> and </a>
authorIan Lance Taylor <iant@golang.org>
Fri, 3 Jun 2016 17:09:08 +0000 (10:09 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 3 Jun 2016 17:09:56 +0000 (17:09 +0000)
Change-Id: I5f4bf89345dc139063dcf34da653e914386bcde6
Reviewed-on: https://go-review.googlesource.com/23735
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.7.html

index 2a3c3c95d260108bdd908ee7b42d22375d4e2eab..e07933c88527167050c1dff6b7495b3edecc12a2 100644 (file)
@@ -401,7 +401,8 @@ See the <a href="/pkg/testing/#hdr-Subtests_and_Sub_benchmarks">package document
 
 <p>
 All panics started by the runtime now use panic values
-that implement both the builtin <a href="/ref/spec#Errors">error</code>,
+that implement both the
+builtin <a href="/ref/spec#Errors"><code>error</code></a>,
 and
 <a href="/pkg/runtime/#Error"><code>runtime.Error</code></a>,
 as