projects
/
platform
/
upstream
/
flatbuffers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1f0f75
)
fix typo (#6280)
author
Kelvin Hu
<ini.kelvin@gmail.com>
Thu, 19 Nov 2020 17:08:52 +0000
(
01:08
+0800)
committer
GitHub
<noreply@github.com>
Thu, 19 Nov 2020 17:08:52 +0000
(09:08 -0800)
docs/source/Tutorial.md
patch
|
blob
|
history
diff --git
a/docs/source/Tutorial.md
b/docs/source/Tutorial.md
index b4db5cf1941c0710846ecc83f9cfe1b64c7adadf..72bd494d61f8d0e49ce676e4a7983fad2c862a34 100644
(file)
--- a/
docs/source/Tutorial.md
+++ b/
docs/source/Tutorial.md
@@
-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.