Skip to content

Commit 0c04580

Browse files
committed
JS: fix typo in doc
1 parent 2ab72c4 commit 0c04580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript/extractor/src/com/semmle/js/parser/JSDocParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ private Position pos() {
279279
/**
280280
* Returns the absolute position of the end of the previous token.
281281
*
282-
* This can differ from the start of the current token case the two tokens
282+
* This can differ from the start of the current token in case the two tokens
283283
* are separated by whitespace.
284284
*/
285285
private Position endPos() {

0 commit comments

Comments
 (0)