Skip to content

Commit b6a3a97

Browse files
committed
fix return
1 parent 2203a8b commit b6a3a97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Math-Matrix/PMMatrix.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ PMMatrix >> - aMatrix [
198198
PMMatrix >> -= aRow [
199199
"Assume a collection is a matrix of one row"
200200

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

204204
{ #category : 'operation' }

0 commit comments

Comments
 (0)