projects
/
platform
/
upstream
/
flatbuffers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb4d0f7
)
Fixed text in internals doc that implied structs can be root
author
Wouter van Oortmerssen
<aardappel@gmail.com>
Thu, 23 Apr 2020 16:28:22 +0000
(09:28 -0700)
committer
Wouter van Oortmerssen
<aardappel@gmail.com>
Thu, 23 Apr 2020 16:28:22 +0000
(09:28 -0700)
docs/source/Internals.md
patch
|
blob
|
history
diff --git
a/docs/source/Internals.md
b/docs/source/Internals.md
index
d2064ca
..
389a8f9
100644
(file)
--- a/
docs/source/Internals.md
+++ b/
docs/source/Internals.md
@@
-62,7
+62,7
@@
when needed. Unsigned means they can only point in one direction, which
typically is forward (towards a higher memory location). Any backwards
offsets will be explicitly marked as such.
-The format starts with an `uoffset_t` to the root
object
in the buffer.
+The format starts with an `uoffset_t` to the root
table
in the buffer.
We have two kinds of objects, structs and tables.