We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab72c4 commit 0c04580Copy full SHA for 0c04580
javascript/extractor/src/com/semmle/js/parser/JSDocParser.java
@@ -279,7 +279,7 @@ private Position pos() {
279
/**
280
* Returns the absolute position of the end of the previous token.
281
*
282
- * This can differ from the start of the current token case the two tokens
+ * This can differ from the start of the current token in case the two tokens
283
* are separated by whitespace.
284
*/
285
private Position endPos() {
0 commit comments