mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
Fixed typo in quick_start.md (#8592)
This commit is contained in:
parent
c15fe421ba
commit
00c30807ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue