Skip to content

Commit 24c0012

Browse files
committed
correct typo
1 parent 39e618b commit 24c0012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Math-Matrix/PMMatrix.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ PMMatrix >> atAllPut: element [
270270
]
271271

272272
{ #category : #'cell accessing' }
273-
PMMatrix >> atColumn: acolumnNumber [
273+
PMMatrix >> atColumn: aColumnNumber [
274274

275-
^ self columnAt: acolumnNumber
275+
^ self columnAt: aColumnNumber
276276
]
277277

278278
{ #category : #'cell accessing' }

0 commit comments

Comments
 (0)