From 337eb8b8f72ea2f5d409af357ea07c397b146f56 Mon Sep 17 00:00:00 2001 From: Ivan Dlugos <6349682+vaind@users.noreply.github.com> Date: Sat, 12 Jun 2021 00:20:10 +0200 Subject: [PATCH] update docs - structs can't be roots (#6690) --- docs/source/Schemas.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/Schemas.md b/docs/source/Schemas.md index af01a6a62..8c6399e49 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