Fix typo in filename in quickstart

This commit is contained in:
Michalina Sidor 2025-01-29 13:56:45 +01:00 committed by GitHub
parent 0312061985
commit d44225efc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ See the [Tutorial](tutorial.md) for a more in depth guide.
code:
```sh
./flatc --cpp --rust mosnter.fbs
./flatc --cpp --rust monster.fbs
```
Which generates `monster_generated.h` and `monster_generated.rs` files.