Skip to content

Commit de6f562

Browse files
committed
correct variable name in comments
1 parent 33cb316 commit de6f562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Math-Matrix/PMMatrix.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ PMMatrix class >> lupCRLCriticalDimension [
103103

104104
{ #category : #'instance creation' }
105105
PMMatrix class >> new: dimension [
106-
"Create an empty square matrix of dimension anInteger."
106+
"Create an empty square matrix of size dimension x dimension."
107107

108108
^ self new initializeSquare: dimension
109109
]

0 commit comments

Comments
 (0)