Skip to content

Commit

Permalink
Update Behavior.class.st
Browse files Browse the repository at this point in the history
  • Loading branch information
Ducasse committed Jul 15, 2019
1 parent 3d50dff commit fffa8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Kernel/Behavior.class.st
Expand Up @@ -1161,8 +1161,8 @@ Behavior >> isPool [

{ #category : #testing }
Behavior >> isReferenced [
"returns true if the class is referenced from a method"
"this method should just forward to the binding, this can be done when we do not use
"Returns true if the class is referenced from a method."
"This method should just forward to the binding, this can be done when we do not use
Association for the binding on the class side"

^ self environment allBehaviors
Expand Down

0 comments on commit fffa8e5

Please sign in to comment.