mirror of
https://github.com/jamiebuilds/the-super-tiny-compiler.git
synced 2024-10-27 20:34:08 +00:00
Add Missing "Not"
The way the sentence reads seems to imply the word "not" has been accidentally omitted. If my correction is incorrect, I suggest that the sentence be adjusted to say, "Visiting each node in the tree is enough".
This commit is contained in:
parent
c5979db026
commit
d0bd564bf0
@ -259,7 +259,7 @@
|
|||||||
*
|
*
|
||||||
* If we were manipulating this AST directly, instead of creating a separate AST,
|
* If we were manipulating this AST directly, instead of creating a separate AST,
|
||||||
* we would likely introduce all sorts of abstractions here. But just visiting
|
* we would likely introduce all sorts of abstractions here. But just visiting
|
||||||
* each node in the tree is enough.
|
* each node in the tree is not enough.
|
||||||
*
|
*
|
||||||
* The reason I use the word "visiting" is because there is this pattern of how
|
* The reason I use the word "visiting" is because there is this pattern of how
|
||||||
* to represent operations on elements of an object structure.
|
* to represent operations on elements of an object structure.
|
||||||
|
Loading…
Reference in New Issue
Block a user