mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-03 22:24:11 +00:00
Fix minor typo in WhitePaper.md (#7108)
This commit is contained in:
@@ -64,7 +64,7 @@ through a *vtable*. Each table comes with a vtable (which may be shared
|
|||||||
between multiple tables with the same layout), and contains information
|
between multiple tables with the same layout), and contains information
|
||||||
where fields for this particular kind of instance of vtable are stored.
|
where fields for this particular kind of instance of vtable are stored.
|
||||||
The vtable may also indicate that the field is not present (because this
|
The vtable may also indicate that the field is not present (because this
|
||||||
FlatBuffer was written with an older version of the software, of simply
|
FlatBuffer was written with an older version of the software, or simply
|
||||||
because the information was not necessary for this instance, or deemed
|
because the information was not necessary for this instance, or deemed
|
||||||
deprecated), in which case a default value is returned.
|
deprecated), in which case a default value is returned.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user