From: thepudds Date: Thu, 5 Dec 2024 04:36:17 +0000 (-0500) Subject: weak: fix subheading syntax in package doc X-Git-Tag: go1.24rc1~28 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=adfd81d8cdd9eaca4a5775abd174bc90ce313fdd;p=gostls13.git 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 --- 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