Skip to content

Commit

Permalink
typo: errror -> error
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Sep 27, 2024
1 parent 521b79f commit 641984b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MatrixFields/field_name_set.jl
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ values_string(values) =
length(values) == 2 ? join(values, " and ") : join(values, ", ", ", and ")

@noinline combine_eltypes(::T1, ::T2) where {T1, T2} =
errror("Mismatched FieldNameSets: Cannot combine a $T1 with a $T2")
error("Mismatched FieldNameSets: Cannot combine a $T1 with a $T2")

@inline combine_eltypes(::Type{T}, ::Type{T}) where {T} = T

Expand Down

0 comments on commit 641984b

Please sign in to comment.