diff options
| author | Tobias Klauser <tklauser@distanz.ch> | 2022-06-15 14:40:13 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2022-06-15 21:16:14 +0000 |
| commit | 0cd0c12f576a3be39f44d20145eba334adce0bba (patch) | |
| tree | 7bf05991bd21fcf7ef7684642030329e9b6cfb85 | |
| parent | 97bfc77f3897d6268cf4f9bb6756b97ff5e7cc03 (diff) | |
| download | go-0cd0c12f576a3be39f44d20145eba334adce0bba.tar.xz | |
doc/go1.19: use matching closing tag in unix build constraint heading
Change-Id: Idb990eac60e334a5901b2d6cdc2380225d011dd6
Reviewed-on: https://go-review.googlesource.com/c/go/+/412294
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
| -rw-r--r-- | doc/go1.19.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.19.html b/doc/go1.19.html index 727873890b..50bc973c13 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -72,7 +72,7 @@ provides parsing and reformatting of doc comments as well as support for rendering them to HTML, Markdown, and text. </p> -<h3 id="go-unix">New <code>unix</code> build constraint</h4> +<h3 id="go-unix">New <code>unix</code> build constraint</h3> <p><!-- CL 389934 --><!-- https://go.dev/issue/20322 --><!-- https://go.dev/issue/51572 --> The build constraint <code>unix</code> is now recognized |
