spelling: overall

Signed-off-by: Josh Soref <[email protected]>
This commit is contained in:
Josh Soref
2024-10-29 16:55:43 +01:00
committed by Jindra Petřík
parent 5a3d515340
commit ecb7668a5f
@@ -236,7 +236,7 @@ public class SyntaxDocument extends PlainDocument {
*
* @param start start position for getting tokens
* @param end position for last token
* @return Iterator for tokens that overal with range from start to end
* @return Iterator for tokens that overall with range from start to end
*/
public Iterator<Token> getTokens(int start, int end) {
return new TokenIterator(start, end);