Skip to content

Commit fe483fa

Browse files
dandougaardappel
authored andcommitted
fix typo (google#4495)
`Equipment` is a union, not an enum.
1 parent 8a8dc4e commit fe483fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/Tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The `Weapon` table is a sub-table used within our FlatBuffer. It is
210210
used twice: once within the `Monster` table and once within the `Equipment`
211211
enum. For our `Monster`, it is used to populate a `vector of tables` via the
212212
`weapons` field within our `Monster`. It is also the only table referenced by
213-
the `Equipment` enum.
213+
the `Equipment` union.
214214

215215
The last part of the `schema` is the `root_type`. The root type declares what
216216
will be the root table for the serialized data. In our case, the root type is

0 commit comments

Comments
 (0)