aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Conrod <jayconrod@google.com>2019-12-13 11:11:11 -0500
committerJay Conrod <jayconrod@google.com>2019-12-13 17:30:07 +0000
commitad12ee3006ed8d0552d14dcb623de9af325c6758 (patch)
treeb312c57218496a51313edd5798be09d77a56133e
parent1475b9709013db2c1bb25583729529db1e549312 (diff)
downloadgo-ad12ee3006ed8d0552d14dcb623de9af325c6758.tar.gz
go-ad12ee3006ed8d0552d14dcb623de9af325c6758.zip
doc: fix missing closing tag in module documentation
Updates #33637 Change-Id: If262d1501cf73b404361f832a2e3e17aaa0db78b Reviewed-on: https://go-review.googlesource.com/c/go/+/211299 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
-rw-r--r--doc/modules.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/modules.md b/doc/modules.md
index caf5ac3f17..15e24dbc49 100644
--- a/doc/modules.md
+++ b/doc/modules.md
@@ -449,7 +449,7 @@ using [minimal version selection](#glos-minimal-version-selection). The build
list contains versions for all modules in the [module
graph](#glos-module-graph), not just those relevant to a specific command.
-<a id="glos-canonical-version">
+<a id="glos-canonical-version"></a>
**canonical version:** A correctly formatted [version](#glos-version) without
a build metadata suffix other than `+incompatible`. For example, `v1.2.3`
is a canonical version, but `v1.2.3+meta` is not.