We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8dc4e commit fe483faCopy full SHA for fe483fa
1 file changed
docs/source/Tutorial.md
@@ -210,7 +210,7 @@ The `Weapon` table is a sub-table used within our FlatBuffer. It is
210
used twice: once within the `Monster` table and once within the `Equipment`
211
enum. For our `Monster`, it is used to populate a `vector of tables` via the
212
`weapons` field within our `Monster`. It is also the only table referenced by
213
-the `Equipment` enum.
+the `Equipment` union.
214
215
The last part of the `schema` is the `root_type`. The root type declares what
216
will be the root table for the serialized data. In our case, the root type is
0 commit comments