reflect: fix incorrect comment on elemType

PR that introduced this: https://github.com/tinygo-org/tinygo/pull/4543
This commit is contained in:
Ayke van Laethem
2024-12-19 10:26:18 +01:00
committed by Ayke
parent c4cfc01ba3
commit a98e35ebab
+2 -2
View File
@@ -424,8 +424,8 @@ type rawType struct {
meta uint8 // metadata byte, contains kind and flags (see constants above)
}
// All types that have an element type: named, chan, slice, array, map, interface
// (but not pointer because it doesn't have ptrTo).
// All types that have an element type: named, chan, slice, array, map (but not
// pointer because it doesn't have ptrTo).
type elemType struct {
rawType
numMethod uint16