mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-02 08:08:20 +00:00
Comment typo, brackets->braces.
This commit is contained in:
parent
308ca7c8ff
commit
33de6c0efc
1 changed files with 2 additions and 2 deletions
|
@ -1397,8 +1397,8 @@ list lazy_list_set(list L, integer i, list v)
|
|||
if self.breakcont:
|
||||
# We may add braces - or not. The safe approach is to assume
|
||||
# we always do and open a new scope for it. At worst it will be
|
||||
# empty. At least it is not reflected as brackets in the code
|
||||
# if braces are not used.
|
||||
# empty. At least it is not reflected as braces in the code if
|
||||
# braces are not used.
|
||||
self.PushScope()
|
||||
|
||||
self.breakstack.append([self.GenerateLabel(), self.scopeindex, False])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue