Skip to content

Commit 7bc1e2f

Browse files
committed
[21529] Fixed typo and example in Release notes
1 parent 41ce042 commit 7bc1e2f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/notes-base/breaking_changes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ If this causes problems for your stack, you can exit from the handler if
1818
standalone building is in progress:
1919

2020
on closeStack
21-
if the mode of stack "revStandaloneProgress" > 0 then
22-
exit closesStack
21+
if the environment is "development" and \
22+
the mode of stack "revStandaloneProgress" > 0 then
23+
exit closeStack
2324
end if
2425
end closeStack
2526

@@ -36,4 +37,4 @@ Using lc-compile tool in LiveCode 9:
3637

3738
Using lc-compile tool in LiveCode 8:
3839

39-
-1^2 = 1
40+
-1^2 = 1

0 commit comments

Comments
 (0)