From ad12ee3006ed8d0552d14dcb623de9af325c6758 Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Fri, 13 Dec 2019 11:11:11 -0500 Subject: [PATCH] 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 --- doc/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. - + **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. -- 2.48.1