From 3fcbfb07a82c5332e6b50cddba333af6e6e3e488 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 20 Jun 2022 11:42:07 +0200 Subject: [PATCH] doc/go1.19: fix HTML validation issues Avoid duplicating tag ID runtime and remove a superflous tag. Found by https://validator.w3.org Change-Id: I9c84b8257acbb6d3d6817192bb8d355207944b9a Reviewed-on: https://go-review.googlesource.com/c/go/+/413254 Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor TryBot-Result: Gopher Robot Reviewed-by: Dmitri Shuralyov Run-TryBot: Ian Lance Taylor --- doc/go1.19.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/go1.19.html b/doc/go1.19.html index 50bc973c130..4495c1d3e0e 100644 --- a/doc/go1.19.html +++ b/doc/go1.19.html @@ -741,7 +741,7 @@ as well as support for rendering them to HTML, Markdown, and text. -
runtime
+
runtime

The GOROOT function now returns the empty string @@ -847,7 +847,6 @@ as well as support for rendering them to HTML, Markdown, and text. but often easier to use: it returns an additional boolean reporting whether an equal value was found.

-
strconv