From 00c30807ff76265601019dfcb8902acdaf7b59eb Mon Sep 17 00:00:00 2001 From: Dylan Gallagher <76841713+Dylan-Gallagher@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:02:40 +0100 Subject: [PATCH] Fixed typo in quick_start.md (#8592) --- docs/source/quick_start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/quick_start.md b/docs/source/quick_start.md index 1be1061ce..2f642f34b 100644 --- a/docs/source/quick_start.md +++ b/docs/source/quick_start.md @@ -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.