From 6d118fc84195e2b3c37fbff8403ffc692823f973 Mon Sep 17 00:00:00 2001 From: Iaroslav Postovalov Date: Tue, 19 Jan 2021 00:15:09 +0700 Subject: [PATCH] Minor: fix a typo --- .../commonMain/kotlin/kscience/kmath/linear/FeaturedMatrix.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */