Skip to content

Commit a9d7907

Browse files
committed
Fix comment about Rascal charcter encoding.
1 parent fa4649a commit a9d7907

File tree

1 file changed

+1
-1
lines changed
  • rascal-lsp/src/main/java/org/rascalmpl/vscode/lsp/util/locations/impl

1 file changed

+1
-1
lines changed

rascal-lsp/src/main/java/org/rascalmpl/vscode/lsp/util/locations/impl/TreeSearch.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ private static boolean rightOf(ISourceLocation loc, int line, int column) {
102102
}
103103

104104
/**
105-
* Produces a list of trees that are "in focus" at given line and column offset (UTF-24).
105+
* Produces a list of trees that are "in focus" at given line and column offset (UTF-32).
106106
*
107107
* This log(filesize) algorithm quickly collects the trees along a spine from the
108108
* root to the largest lexical or, if that does not exist, the smallest context-free node.

0 commit comments

Comments
 (0)