From 10059d1ea62ac3a5989769b38d68f5580e8c69a3 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Sat, 23 Apr 2011 19:59:26 +0800 Subject: [PATCH] Fix documentation summary of RangeCheck() Signed-off-by: Alexander Karatarakis --- src/Numerics/LinearAlgebra/Generic/Matrix.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Numerics/LinearAlgebra/Generic/Matrix.cs b/src/Numerics/LinearAlgebra/Generic/Matrix.cs index 717fd0e0..e2df0170 100644 --- a/src/Numerics/LinearAlgebra/Generic/Matrix.cs +++ b/src/Numerics/LinearAlgebra/Generic/Matrix.cs @@ -1367,7 +1367,7 @@ namespace MathNet.Numerics.LinearAlgebra.Generic #endregion /// - /// Ranges the check. + /// Checks the range of the requested row, column. /// /// /// The row of the element.