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 <mknyszek@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
thepudds 2024-12-04 23:36:17 -05:00 committed by Gopher Robot
parent c46ba1f9ef
commit adfd81d8cd
1 changed files with 1 additions and 1 deletions

View File

@ -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