Skip to content

Commit

Permalink
Merge pull request #268 from JuliaReach/schillic/spelling
Browse files Browse the repository at this point in the history
Consistent spelling
  • Loading branch information
schillic authored Dec 1, 2024
2 parents b2a913d + bab3869 commit 184f01b
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 184f01b

Please sign in to comment.