cmd/compile/internal/noder: document quirk of string elements

Change-Id: Ifc3bf896aaaf7c6ce06a01e3dd43780d203638cf
Reviewed-on: https://go-review.googlesource.com/c/go/+/677755
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Mark Freeman <mark@golang.org>
Reviewed-by: Robert Griesemer <gri@google.com>
This commit is contained in:
Mark Freeman 2025-05-30 15:44:11 -04:00 committed by Gopher Robot
parent cc119ee391
commit 497cb7c0c3

View file

@ -49,6 +49,9 @@ outside the string section access string values by reference.
SectionString = { String } . SectionString = { String } .
Note that despite being an element, a string does not begin with a
reference table.
## Meta Section ## Meta Section
The meta section provides fundamental information for a package. It The meta section provides fundamental information for a package. It
contains exactly two elements a public root and a private root. contains exactly two elements a public root and a private root.