Skip to content

Commit 4e75b2b

Browse files
committed
Remove text that is not valid
1 parent ed63e0c commit 4e75b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapters/DynamicPresenter/DynamicPresenter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ DynamicButtons >> addToLayout
127127
self layout add: newButton expand: false
128128
```
129129

130-
For removing a button from the layout, we first check if there is a button that we can remove. If yes, we just remove the last button. Then, if there are no more buttons left to remove, we disable the remove button.
130+
We just remove the last button. Then, if there are no more buttons left to remove, we disable the remove button.
131131

132132
```
133133
DynamicButtons >> removeFromLayout

0 commit comments

Comments
 (0)