From adfd81d8cdd9eaca4a5775abd174bc90ce313fdd Mon Sep 17 00:00:00 2001 From: thepudds Date: Wed, 4 Dec 2024 23:36:17 -0500 Subject: [PATCH] weak: fix subheading syntax in package doc Go doc comments only support one level of heading. Change-Id: I458f211bc7547a0676a59fdcb72f52ca480bf184 Reviewed-on: https://go-review.googlesource.com/c/go/+/633881 Auto-Submit: Michael Knyszek Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Michael Knyszek --- src/weak/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/weak/doc.go b/src/weak/doc.go index 84911e10ee..e66d5ab5ac 100644 --- a/src/weak/doc.go +++ b/src/weak/doc.go @@ -9,7 +9,7 @@ canonicalization maps (like the unique package), and for tying together the lifetimes of separate values (for example, through a map with weak keys). -## Advice +# Advice This package is intended to target niche use-cases like the unique package, and the structures inside are not intended to be general -- 2.50.0