Skip to content

Commit

Permalink
Fixed typo in category
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Sep 24, 2019
1 parent 1f2be6d commit ed0e406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SortFunctions-Core/UndefinedSortFunction.class.st
Expand Up @@ -51,12 +51,12 @@ UndefinedSortFunction >> initialize [
direction := -1
]

{ #category : #'initailize-release' }
{ #category : #converting }
UndefinedSortFunction >> undefinedFirst [
direction := -1
]

{ #category : #'initailize-release' }
{ #category : #converting }
UndefinedSortFunction >> undefinedLast [
direction := 1
]

0 comments on commit ed0e406

Please sign in to comment.