Navigation Menu

Skip to content

Commit

Permalink
category typo: initailize-release
Browse files Browse the repository at this point in the history
  • Loading branch information
astares committed May 28, 2021
1 parent b98e462 commit b2bc34b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/Morphic-Widgets-Tree/MorphTreeChunkPager.class.st
Expand Up @@ -25,7 +25,7 @@ MorphTreeChunkPager >> atBottom: aBoolean [

]

{ #category : #'initailize-release' }
{ #category : #'initialize - release' }
MorphTreeChunkPager >> buildPanel [
| widgets nextButton lastPageButton searchEditor |
self removeAllMorphs.
Expand Down Expand Up @@ -180,7 +180,7 @@ MorphTreeChunkPager >> onLastPage [
^ self lastIndex = self nodeList size
]

{ #category : #'initailize-release' }
{ #category : #'initialize - release' }
MorphTreeChunkPager >> updateContents [
treeMorph vIsScrollable
ifFalse: [self atBottom: true].
Expand Down
6 changes: 3 additions & 3 deletions src/Regex-Core/RxsLookaround.class.st
Expand Up @@ -19,12 +19,12 @@ RxsLookaround class >> with: anRsxPiece [
initializePiece: anRsxPiece
]

{ #category : #'initailize-release' }
{ #category : #'initialize - release' }
RxsLookaround >> beNegative [
positive := false
]

{ #category : #'initailize-release' }
{ #category : #'initialize - release' }
RxsLookaround >> bePositive [
positive := true
]
Expand All @@ -36,7 +36,7 @@ RxsLookaround >> dispatchTo: aBuilder [
^aBuilder syntaxLookaround: self
]

{ #category : #'initailize-release' }
{ #category : #'initialize - release' }
RxsLookaround >> initializePiece: anRsxPiece [
super initialize.
piece := anRsxPiece.
Expand Down
2 changes: 1 addition & 1 deletion src/Slot-Examples/RelationSet.class.st
Expand Up @@ -43,7 +43,7 @@ RelationSet >> do: aBlock [
set do: aBlock
]

{ #category : #'initailize-release' }
{ #category : #'initialize - release' }
RelationSet >> initializeOwner: anObject slot: aToManyAssociation [

owner := anObject.
Expand Down

0 comments on commit b2bc34b

Please sign in to comment.