mirror of https://github.com/golang/go.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 <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:
parent
c46ba1f9ef
commit
adfd81d8cd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue