mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Fix typo in comment in idl.h (#8907)
Co-authored-by: Justin Davis <jtdavis777@gmail.com>
This commit is contained in:
parent
429c28c783
commit
9c2c56dc6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue