Skip to content

Commit 981d92b

Browse files
authored
Update HowItWorks.md
1 parent a705c41 commit 981d92b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/HowItWorks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Note that for this error case, it is more of an art than a science. That is to s
306306
would add special casing for anticipated scenarios, rather than construct some general-purpose rule.
307307
308308
#### Other notes
309-
* Just as it's imporant to understand the assumptions that *will* hold true,
309+
* Just as it's important to understand the assumptions that *will* hold true,
310310
it is also important to understand the assumptions that will not hold true.
311311
One such **non-invariant** is that not every token generated by the lexer ends up in the tree.
312312
@@ -387,6 +387,6 @@ existing, more battle-tested, work to validate our own correctness.
387387
degree of variance, we should set up some infrastructure to help us ensure that performance work results in a statistically
388388
significant boost and works on a wide variety of machine configurations.
389389
* Fuzz testing - test the parser against automatically generated inputs to exercise edge cases in a bulk fashion, and
390-
and ensure expected properties of the tree.
390+
ensure expected properties of the tree.
391391
* Community feedback - try and get the parser in the hands of as many people as possible so we can validate a
392392
wide range of use cases. The Syntax Visualizer tool is one tool to help us increase reach.

0 commit comments

Comments
 (0)