From 25eba6f35fd76ac77cbeda9961bc850ee21ba8f3 Mon Sep 17 00:00:00 2001 From: Kelvin Hu Date: Fri, 20 Nov 2020 01:08:52 +0800 Subject: [PATCH] fix typo (#6280) --- docs/source/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Tutorial.md b/docs/source/Tutorial.md index b4db5cf1..72bd494d 100644 --- 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. -- GitLab