Skip to content

Commit

Permalink
Merge pull request #402 from sytranvn/edit-docs
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
roblourens committed Jun 7, 2023
2 parents a705c41 + 16c1c13 commit cc6156e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/HowItWorks.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Note that for this error case, it is more of an art than a science. That is to s
would add special casing for anticipated scenarios, rather than construct some general-purpose rule.
#### Other notes
* Just as it's imporant to understand the assumptions that *will* hold true,
* Just as it's important to understand the assumptions that *will* hold true,
it is also important to understand the assumptions that will not hold true.
One such **non-invariant** is that not every token generated by the lexer ends up in the tree.
Expand Down Expand Up @@ -387,6 +387,6 @@ existing, more battle-tested, work to validate our own correctness.
degree of variance, we should set up some infrastructure to help us ensure that performance work results in a statistically
significant boost and works on a wide variety of machine configurations.
* Fuzz testing - test the parser against automatically generated inputs to exercise edge cases in a bulk fashion, and
and ensure expected properties of the tree.
ensure expected properties of the tree.
* Community feedback - try and get the parser in the hands of as many people as possible so we can validate a
wide range of use cases. The Syntax Visualizer tool is one tool to help us increase reach.
4 changes: 2 additions & 2 deletions docs/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ all incorrect constructs (e.g. including a non-constant expression as the defaul
a method parameter). Instead, it attaches these errors on a post-parse walk of the tree.

## Next Steps
Check out the [Readme](../README.md) and [Getting Started](GettingStarted.md) pages for more information on how consume
the parser, or the [How It Works](HowItWorks.md) section if you want to dive deeper into the implementation.
Check out the [Readme](../README.md) and [Getting Started](GettingStarted.md) pages for more information on how to
consume the parser, or the [How It Works](HowItWorks.md) section if you want to dive deeper into the implementation.

0 comments on commit cc6156e

Please sign in to comment.