Skip to content

Commit

Permalink
Fix 2 Typos: instantiating and Remember
Browse files Browse the repository at this point in the history
  • Loading branch information
schorsch1976 committed Aug 28, 2024
1 parent 154e6b9 commit e7f3c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/x3/tutorial/minimal.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit e7f3c26

Please sign in to comment.