Fix typo in comment in idl.h (#8907)

Co-authored-by: Justin Davis <jtdavis777@gmail.com>
This commit is contained in:
Peter Shih 2026-02-04 22:12:50 +08:00 committed by GitHub
parent 429c28c783
commit 9c2c56dc6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -223,7 +223,7 @@ struct Type {
uint16_t fixed_length; // only set if t == BASE_TYPE_ARRAY
};
// Represents a parsed scalar value, it's type, and field offset.
// Represents a parsed scalar value, its type, and field offset.
struct Value {
Value()
: constant("0"),