From 0c04580b5e2a843dc5f92ec4f10d50bc5e68b764 Mon Sep 17 00:00:00 2001 From: Asger F Date: Mon, 1 Jul 2019 13:25:55 +0100 Subject: [PATCH] JS: fix typo in doc --- javascript/extractor/src/com/semmle/js/parser/JSDocParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/extractor/src/com/semmle/js/parser/JSDocParser.java b/javascript/extractor/src/com/semmle/js/parser/JSDocParser.java index 97a4c222af3..c20c31b5b00 100644 --- a/javascript/extractor/src/com/semmle/js/parser/JSDocParser.java +++ b/javascript/extractor/src/com/semmle/js/parser/JSDocParser.java @@ -279,7 +279,7 @@ public class JSDocParser { /** * Returns the absolute position of the end of the previous token. * - * 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 * are separated by whitespace. */ private Position endPos() {