Fixed typo in quick_start.md (#8592)

This commit is contained in:
Dylan Gallagher
2025-07-07 20:02:40 +01:00
committed by GitHub
parent c15fe421ba
commit 00c30807ff

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.