Skip to content

Commit 4f05eab

Browse files
committed
JS: Make docs match reality
1 parent 2822e49 commit 4f05eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/extractor/src/com/semmle/js/ast/Position.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public int getLine() {
1515
return line;
1616
}
1717

18-
/** The column number (1-based) of this position. */
18+
/** The column number (0-based) of this position. */
1919
public int getColumn() {
2020
return column;
2121
}

0 commit comments

Comments
 (0)