include/flatbuffers: typo fixes in comments (#5884)

This commit is contained in:
Even Rouault
2020-05-04 19:21:57 +02:00
committed by GitHub
parent 2e9a196734
commit ff1c78233d
6 changed files with 6 additions and 6 deletions

View File

@@ -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*/,