Skip to content

Commit

Permalink
Fix 2 occurrences of Brick in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Jun 26, 2024
1 parent d77c472 commit fc9493c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Spec-Toplo/SpToploBoxAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Class {

{ #category : #adding }
SpToploBoxAdapter >> addChildElement: aBlElement with: aSpBoxConstraints [
"Add child to the Brick widget. This can be the start or end pane according to constraints's #isPlacedAtStart."
"Add child to the Toplo widget. This can be the start or end pane according to constraints's #isPlacedAtStart."

(aSpBoxConstraints isPlacedAtStart
ifTrue: [ startPane ]
Expand Down
2 changes: 1 addition & 1 deletion src/Spec-Toplo/SpToploLayoutAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ SpToploLayoutAdapter >> newBlElementFrom: aPresenter constraints: constraints [

{ #category : #'instance creation' }
SpToploLayoutAdapter >> newChildBlElement: aPresenter constrainedBy: constraints [
"Answer a new Brick widget that corresponds to the received Spec presenter. The answer should follow the specified layout constraints.
"Answer a new Toplo widget that corresponds to the received Spec presenter. The answer should follow the specified layout constraints.
Originally inspired on SpMorphicLayoutAdapter>>#basicAdd:constraints:to:"

Expand Down

0 comments on commit fc9493c

Please sign in to comment.