summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIvan Dlugos <6349682+vaind@users.noreply.github.com>2021-06-12 00:20:10 +0200
committerGitHub <noreply@github.com>2021-06-11 15:20:10 -0700
commit337eb8b8f72ea2f5d409af357ea07c397b146f56 (patch)
tree4a2af3bd0673d635a0ced748f64fefa92838dfea /docs
parent6415ef05d34be35bdcfbd7a9c8edf82485136928 (diff)
downloadflatbuffers-337eb8b8f72ea2f5d409af357ea07c397b146f56.tar.gz
flatbuffers-337eb8b8f72ea2f5d409af357ea07c397b146f56.tar.bz2
flatbuffers-337eb8b8f72ea2f5d409af357ea07c397b146f56.zip
update docs - structs can't be roots (#6690)
Diffstat (limited to 'docs')
-rw-r--r--docs/source/Schemas.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/Schemas.md b/docs/source/Schemas.md
index af01a6a6..8c6399e4 100644
--- a/docs/source/Schemas.md
+++ b/docs/source/Schemas.md
@@ -239,9 +239,9 @@ included files (those you still generate separately).
### Root type
-This declares what you consider to be the root table (or struct) of the
-serialized data. This is particularly important for parsing JSON data,
-which doesn't include object type information.
+This declares what you consider to be the root table of the serialized
+data. This is particularly important for parsing JSON data, which doesn't
+include object type information.
### File identification and extension