Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDenker committed Oct 29, 2019
1 parent cc33825 commit 7740d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NECompletion/NECEntry.class.st
Expand Up @@ -64,7 +64,7 @@ NECEntry >> createDescriptionWith: anECContext [

{ #category : #operations }
NECEntry >> descriptionWith: anECContext [
^description ifNotNil: [ description := self createDescriptionWith: anECContext ]
^description ifNil: [ description := self createDescriptionWith: anECContext ]
]

{ #category : #operations }
Expand Down

0 comments on commit 7740d29

Please sign in to comment.