fix typo (#6280)
authorKelvin Hu <ini.kelvin@gmail.com>
Thu, 19 Nov 2020 17:08:52 +0000 (01:08 +0800)
committerGitHub <noreply@github.com>
Thu, 19 Nov 2020 17:08:52 +0000 (09:08 -0800)
docs/source/Tutorial.md

index b4db5cf1941c0710846ecc83f9cfe1b64c7adadf..72bd494d61f8d0e49ce676e4a7983fad2c862a34 100644 (file)
@@ -237,7 +237,7 @@ legacy code that used this accessor.
 
 The `Weapon` table is a sub-table used within our FlatBuffer. It is
 used twice: once within the `Monster` table and once within the `Equipment`
-enum. For our `Monster`, it is used to populate a `vector of tables` via the
+union. For our `Monster`, it is used to populate a `vector of tables` via the
 `weapons` field within our `Monster`. It is also the only table referenced by
 the `Equipment` union.