From bab38693ab75f486d4e4795357906889720a78cf Mon Sep 17 00:00:00 2001 From: schillic Date: Wed, 27 Nov 2024 23:24:19 +0100 Subject: [PATCH] consistent spelling --- src/matrix.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix.jl b/src/matrix.jl index 1495980..2842ca8 100644 --- a/src/matrix.jl +++ b/src/matrix.jl @@ -9,7 +9,7 @@ abstract type AbstractIntervalMatrix{IT} <: AbstractMatrix{IT} end IntervalMatrix{T, IT, MT<:AbstractMatrix{IT}} <: AbstractIntervalMatrix{IT} An interval matrix i.e. a matrix whose coefficients are intervals. This type is -parametrized in the number field, the interval type, and the matrix type. +parameterized in the number field, the interval type, and the matrix type. ### Fields