1
0
mirror of https://github.com/golang/go synced 2024-11-11 21:40:21 -07:00

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>
This commit is contained in:
Jay Conrod 2019-12-13 11:11:11 -05:00
parent 1475b97090
commit ad12ee3006

View File

@ -449,7 +449,7 @@ using [minimal version selection](#glos-minimal-version-selection). The build
list contains versions for all modules in the [module list contains versions for all modules in the [module
graph](#glos-module-graph), not just those relevant to a specific command. 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 **canonical version:** A correctly formatted [version](#glos-version) without
a build metadata suffix other than `+incompatible`. For example, `v1.2.3` a build metadata suffix other than `+incompatible`. For example, `v1.2.3`
is a canonical version, but `v1.2.3+meta` is not. is a canonical version, but `v1.2.3+meta` is not.