Fix typo in generated header name (#9034)

This commit is contained in:
Felix 2026-04-18 01:09:10 +01:00 committed by GitHub
parent d6444fb7fc
commit ac7ef1176a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,7 @@ a `char *` array, which you pass to `GetMonster()`.
```cpp
#include "flatbuffers/flatbuffers.h"
#include "monster_test_generate.h"
#include "monster_test_generated.h"
#include <iostream> // C++ header file for printing
#include <fstream> // C++ header file for file access