Fix minor typo in WhitePaper.md (#7108)

This commit is contained in:
Meer Suri
2022-02-19 13:29:21 +08:00
committed by GitHub
parent 06f4af11b6
commit 5d101afb52

View File

@@ -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
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
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
deprecated), in which case a default value is returned.