diff --git a/recursiveDescentParsers/cplusplus/README.md b/recursiveDescentParsers/cplusplus/README.md index c9275c6d25b92891ee6b5fdb0191d1569fb70060..8c780534229c3ed6d6a10cdafb143c0aae138293 100644 --- a/recursiveDescentParsers/cplusplus/README.md +++ b/recursiveDescentParsers/cplusplus/README.md @@ -22,7 +22,7 @@ There are (or will be some day) subdirectories here: including the new (C++17) `std::variant<>` template. Testing is also more extensive. This is meant mostly as a preparation for larger projects where - software engineering aspects becomes more important + software engineering aspects become more important whereas the version in `interpreter` (see above) is meant to get down to recursive descent parsing as quickly as possible.