Skip to content

Commit 7a7aaa2

Browse files
committed
tweak comment.
1 parent 8036ba1 commit 7a7aaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/antlr/codebuff/Corpus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class Corpus {
1919
List<InputDocument> documents; // an entry for each X
2020
List<int[]> X;
2121
List<Integer> injectWhitespace;
22-
List<Integer> align; // steps to common ancestor whose first token is alignment anchor
22+
List<Integer> align;
2323

2424
/** an index to narrow down the number of vectors we compute distance() on each classification.
2525
* The key is (previous token's rule index, current token's rule index). It yields

0 commit comments

Comments
 (0)