Skip to content

Commit

Permalink
doc/go1.7.html: add missing <code> and </a>
Browse files Browse the repository at this point in the history
Change-Id: I5f4bf89345dc139063dcf34da653e914386bcde6
Reviewed-on: https://go-review.googlesource.com/23735
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
ianlancetaylor committed Jun 3, 2016
1 parent 6901b08 commit b4c7f62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/go1.7.html
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,8 @@ <h3 id="runtime">Runtime</h3>

<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
Expand Down

0 comments on commit b4c7f62

Please sign in to comment.