mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-10 18:33:45 +00:00
spelling: openers
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
5eb6e5b69e
commit
0ae2acd641
@@ -348,7 +348,7 @@ public class SyntaxDocument extends PlainDocument {
|
||||
}
|
||||
Token p = null;
|
||||
int ndx = tokens.indexOf(t);
|
||||
// w will be similar to a stack. The openners weght is added to it
|
||||
// w will be similar to a stack. The openers weght is added to it
|
||||
// and the closers are subtracted from it (closers are already negative)
|
||||
int w = t.pairValue;
|
||||
int direction = (t.pairValue > 0) ? 1 : -1;
|
||||
|
||||
Reference in New Issue
Block a user