From ef97386033b4c565589158fb84cc0425f0fb2ded Mon Sep 17 00:00:00 2001 From: Iaroslav Postovalov Date: Fri, 19 Feb 2021 17:33:20 +0700 Subject: [PATCH] Fix typo --- .../kotlin/kscience/kmath/linear/MatrixContext.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kmath-core/src/commonMain/kotlin/kscience/kmath/linear/MatrixContext.kt b/kmath-core/src/commonMain/kotlin/kscience/kmath/linear/MatrixContext.kt index b07587752..ab7ea9a22 100644 --- a/kmath-core/src/commonMain/kotlin/kscience/kmath/linear/MatrixContext.kt +++ b/kmath-core/src/commonMain/kotlin/kscience/kmath/linear/MatrixContext.kt @@ -71,8 +71,8 @@ public interface MatrixContext> : SpaceOperations): M = m * this /** - * Gets a feature from the matrix. This function may return some additional features than - * [kscience.kmath.structures.NDStructure.getFeature]. + * Gets a feature from the matrix. This function may return some additional features to + * [kscience.kmath.nd.NDStructure.getFeature]. * * @param F the type of feature. * @param m the matrix. @@ -101,8 +101,8 @@ public interface MatrixContext> : SpaceOperations