mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-09 22:19:29 +00:00
runtime: fix structField.data comment
This commit is contained in:
@@ -96,7 +96,7 @@ func interfaceTypeAssert(ok bool) {
|
|||||||
|
|
||||||
type structField struct {
|
type structField struct {
|
||||||
typecode unsafe.Pointer // type of this struct field
|
typecode unsafe.Pointer // type of this struct field
|
||||||
data *uint8 // pointer to byte array containing name, tag, and 'embedded' flag
|
data *uint8 // pointer to byte array containing name, tag, varint-encoded offset, and some flags
|
||||||
}
|
}
|
||||||
|
|
||||||
// Pseudo function call used during a type assert. It is used during interface
|
// Pseudo function call used during a type assert. It is used during interface
|
||||||
|
|||||||
Reference in New Issue
Block a user