Skip to content

Commit df6904f

Browse files
committed
Single augmented assignment old syntax straggler in the docs
1 parent 993b0a3 commit df6904f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/JSON/EFFECT_ON_CONDITION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3398,7 +3398,7 @@ Setting and checking monster vars via `math`. The first spell targets a monster
33983398
{
33993399
"id": "spell_tag_eoc",
34003400
"type": "effect_on_condition",
3401-
"effect": [ { "math": [ "u_var_tagged", "+=", "1" ] } ]
3401+
"effect": [ { "math": [ "u_var_tagged += 1" ] } ]
34023402
}
34033403
...
34043404
{

0 commit comments

Comments
 (0)