mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-07 06:38:08 +00:00
spelling: weight
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Jindra Petřík
parent
ea23f9858a
commit
f9c379f96b
@@ -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 openers weght is added to it
|
||||
// w will be similar to a stack. The openers weight 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