JS: fix typo in doc

This commit is contained in:
Asger F
2019-07-01 13:25:55 +01:00
parent 2ab72c4eef
commit 0c04580b5e

View File

@@ -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() {