From 2951d5383a8198ebd02f17adbcb2153e39fdae5c Mon Sep 17 00:00:00 2001 From: Hjalti Leifsson Date: Tue, 25 Nov 2025 21:24:23 +0000 Subject: [PATCH] chore: fix quick start typos (#8520) * chore: fix another typo * chore: undo overzealous IDE changes --- 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 34cb93aec..1226f7cee 100644 --- a/docs/source/quick_start.md +++ b/docs/source/quick_start.md @@ -61,7 +61,7 @@ See the [Tutorial](tutorial.md) for a more in depth guide. 5. **Transmit/Store the serialized FlatBuffer** - Use your serialized buffer however you want. Send it to someone, save if for + Use your serialized buffer however you want. Send it to someone, save it for later, etc... ```c++ title="my_monster_factory.cc" linenums="13"