diff --git a/kmath-core/src/commonMain/kotlin/kscience/kmath/linear/FeaturedMatrix.kt b/kmath-core/src/commonMain/kotlin/kscience/kmath/linear/FeaturedMatrix.kt index 61dbdf721..54e4c3777 100644 --- a/kmath-core/src/commonMain/kotlin/kscience/kmath/linear/FeaturedMatrix.kt +++ b/kmath-core/src/commonMain/kotlin/kscience/kmath/linear/FeaturedMatrix.kt @@ -80,7 +80,7 @@ public fun > GenericMatrixContext.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. */