Skip to content

Commit

Permalink
consistent spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Nov 27, 2024
1 parent b2a913d commit bab3869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/matrix.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bab3869

Please sign in to comment.