Skip to content

Commit

Permalink
Fix typo: 'implementation'
Browse files Browse the repository at this point in the history
  • Loading branch information
adembudak committed Aug 31, 2024
1 parent b44bcac commit d1cc097
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 @@ -17,7 +17,7 @@ example.
So far, to keep things simple, all of the tutorial programs are self
contained in one cpp file. In reality, you will want to separate various
logical modules of the parser into separate cpp and header files, decoupling
the interface from the implememtation.
the interface from the implementation.

There are many ways to structure an X3 parser, but the "minimal" example in
this tutorial shows the preferred way. This example basically reuses the same
Expand Down

0 comments on commit d1cc097

Please sign in to comment.