Fix an error in cpp code. (#5189)

Change monster_generate.h to monster_generated.h
This commit is contained in:
csukuangfj 2019-02-20 03:23:10 +08:00 committed by Wouter van Oortmerssen
parent 0eaaf18192
commit 4f32cbf268
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ The first step is to import/include the library, generated files, etc.
<div class="language-cpp">
~~~{.cpp}
#include "monster_generate.h" // This was generated by `flatc`.
#include "monster_generated.h" // This was generated by `flatc`.
using namespace MyGame::Sample; // Specified in the schema.
~~~