Skip to content

Commit

Permalink
Typo: method category "visting" should be "visiting"
Browse files Browse the repository at this point in the history
Fix pharo-project#9367 for RBInstanceVariableNode

Note: IceMergeToChangeTreeVisitor need to be fixed in Iceberg repo, not Pharo repo
  • Loading branch information
astares committed May 28, 2021
1 parent 7b4d819 commit 4feaf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Deprecated90/RBInstanceVariableNode.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Class {
#category : #'Deprecated90-AST'
}

{ #category : #visting }
{ #category : #visiting }
RBInstanceVariableNode >> acceptVisitor: aProgramNodeVisitor [
^ aProgramNodeVisitor visitInstanceVariableNode: self
]
Expand Down

0 comments on commit 4feaf14

Please sign in to comment.