Skip to content

Commit

Permalink
chore: corrected the name of the comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hemalvarambhia committed Jan 17, 2024
1 parent 91af93f commit 9aaedf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Math-Complex/PMComplexNumber.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ PMComplexNumber >> productWithVector: aVector [

{ #category : #'mathematical functions' }
PMComplexNumber >> raisedTo: index [
"Answer the receiver raised to aNumber."
"Answer the receiver raised to the power of an index."

index isInteger ifTrue: [ ^ self raisedToInteger: index ].

Expand Down

0 comments on commit 9aaedf0

Please sign in to comment.