mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 07:23:39 +00:00
reflect: fix incorrect comment on elemType
PR that introduced this: https://github.com/tinygo-org/tinygo/pull/4543
This commit is contained in:
+2
-2
@@ -424,8 +424,8 @@ type rawType struct {
|
|||||||
meta uint8 // metadata byte, contains kind and flags (see constants above)
|
meta uint8 // metadata byte, contains kind and flags (see constants above)
|
||||||
}
|
}
|
||||||
|
|
||||||
// All types that have an element type: named, chan, slice, array, map, interface
|
// All types that have an element type: named, chan, slice, array, map (but not
|
||||||
// (but not pointer because it doesn't have ptrTo).
|
// pointer because it doesn't have ptrTo).
|
||||||
type elemType struct {
|
type elemType struct {
|
||||||
rawType
|
rawType
|
||||||
numMethod uint16
|
numMethod uint16
|
||||||
|
|||||||
Reference in New Issue
Block a user