Skip to content

Commit 718b9a6

Browse files
Clarified the comment.
1 parent 06f6a2c commit 718b9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Math-Quaternion/PMQuaternion.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ PMQuaternion >> k [
349349
{ #category : #'mathematical functions' }
350350
PMQuaternion >> ln [
351351

352-
"Answer the receiver natural logarithm"
352+
"Compute the natural logarithm."
353353

354354
| z |
355355
z := self unreal abs.

0 commit comments

Comments
 (0)