Skip to content

Commit 2203a8b

Browse files
committed
updated parameter name
1 parent 4668c37 commit 2203a8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Math-Matrix/PMMatrix.class.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,10 @@ PMMatrix >> - aMatrix [
195195
]
196196

197197
{ #category : 'operating' }
198-
PMMatrix >> -= aColumn [
198+
PMMatrix >> -= aRow [
199199
"Assume a collection is a matrix of one row"
200200

201-
self rowWiseSubstractionWith: aColumn
201+
self rowWiseSubstractionWith: aRow
202202
]
203203

204204
{ #category : 'operation' }

0 commit comments

Comments
 (0)