2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

small typo fix

This commit is contained in:
djowel
2018-03-28 06:35:34 +08:00
parent 25e29006de
commit 08af6da9c4

View File

@@ -217,7 +217,7 @@ employee parser ([@../../../example/x3/minimal/employee.hpp employee.hpp])
everywhere.
But how do you do that. Remember that our parser definitions are also placed
in its oen header file for flexibility, so we have the freedom to instantiate
in its own header file for flexibility, so we have the freedom to instantiate
the parser with different iterator types.
What we need to do is explicitly instantiate the `parse_rule` function we