Minor: fix a typo

This commit is contained in:
Iaroslav Postovalov 2021-01-19 00:15:09 +07:00
parent f1b319f73d
commit 6d118fc841
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -80,7 +80,7 @@ public fun <T : Any, R : Ring<T>> GenericMatrixContext<T, R, *>.zero(rows: Int,
VirtualMatrix(rows, columns) { _, _ -> elementContext.zero }
/**
* Matrices with this feature were transposed previosly and hold the reference to their original.
* Matrices with this feature were transposed previously and hold the reference to their original.
*
* @property original the matrix before transposition.
*/