mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-22 01:18:28 +00:00
include/flatbuffers: typo fixes in comments (#5884)
This commit is contained in:
@@ -38,7 +38,7 @@ struct IterationVisitor {
|
||||
// These mark the scope of a table or struct.
|
||||
virtual void StartSequence() {}
|
||||
virtual void EndSequence() {}
|
||||
// Called for each field regardless of wether it is present or not.
|
||||
// Called for each field regardless of whether it is present or not.
|
||||
// If not present, val == nullptr. set_idx is the index of all set fields.
|
||||
virtual void Field(size_t /*field_idx*/, size_t /*set_idx*/,
|
||||
ElementaryType /*type*/, bool /*is_vector*/,
|
||||
|
||||
Reference in New Issue
Block a user