diff --git a/compiler.rst b/compiler.rst --- a/compiler.rst +++ b/compiler.rst @@ -45,7 +45,7 @@ ``node *`` structs (as defined in Include/node.h). Querying data from the node structs can be done with the following -macros (which are all defined in Include/token.h): +macros (which are all defined in Include/node.h): ``CHILD(node *, int)`` Returns the nth child of the node using zero-offset indexing