Fix typo in filename in quickstart
This commit is contained in:
parent
0312061985
commit
d44225efc2
|
@ -30,7 +30,7 @@ See the [Tutorial](tutorial.md) for a more in depth guide.
|
||||||
code:
|
code:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./flatc --cpp --rust mosnter.fbs
|
./flatc --cpp --rust monster.fbs
|
||||||
```
|
```
|
||||||
|
|
||||||
Which generates `monster_generated.h` and `monster_generated.rs` files.
|
Which generates `monster_generated.h` and `monster_generated.rs` files.
|
||||||
|
|
Loading…
Reference in New Issue