From 5d101afb52563fd537991d729389ba68af22a504 Mon Sep 17 00:00:00 2001 From: Meer Suri <46469858+meersuri@users.noreply.github.com> Date: Sat, 19 Feb 2022 13:29:21 +0800 Subject: [PATCH] Fix minor typo in WhitePaper.md (#7108) --- docs/source/WhitePaper.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/WhitePaper.md b/docs/source/WhitePaper.md index af56b630922..dbad2cb35a0 100644 --- a/docs/source/WhitePaper.md +++ b/docs/source/WhitePaper.md @@ -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.