Merge pull request #2891 from eric-buaa-cn/patch-1

fix a typo
This commit is contained in:
Terence Parr 2020-10-10 16:17:36 -07:00 committed by GitHub
commit 7b9dc37114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public interface Tree {
Tree getParent();
/**
* This method returns whatever object represents the data at this note. For
* This method returns whatever object represents the data at this node. For
* example, for parse trees, the payload can be a {@link Token} representing
* a leaf node or a {@link RuleContext} object representing a rule
* invocation. For abstract syntax trees (ASTs), this is a {@link Token}