From e7f3c2699c9593546e38a6c94d5e3e16d67e8737 Mon Sep 17 00:00:00 2001 From: Georg Gast Date: Wed, 28 Aug 2024 10:41:42 +0200 Subject: [PATCH] Fix 2 Typos: instantiating and Remember --- doc/x3/tutorial/minimal.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/x3/tutorial/minimal.qbk b/doc/x3/tutorial/minimal.qbk index e694a4f143..605339e1f6 100644 --- a/doc/x3/tutorial/minimal.qbk +++ b/doc/x3/tutorial/minimal.qbk @@ -167,7 +167,7 @@ freedom to instantiate the parser with different iterator types. [#tutorial_configuration] [heading Configuration] -Here, we declare some types for instatntaiting our X3 parser with. Rememeber +Here, we declare some types for instantiating our X3 parser with. Remember that Spirit parsers can work with any __fwditer__. We'll also need to provide the initial context type. This is the context that X3 will use to initiate a parse. For calling `phrase_parse`, you will need the `phrase_parse_context`