diff --git a/Project.toml b/Project.toml index dd1c89d..b8d02f7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" authors = ["ITensor developers and contributors"] -version = "0.5.7" +version = "0.5.8" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" diff --git a/src/indexing.jl b/src/indexing.jl index 8890dec..3cd089d 100644 --- a/src/indexing.jl +++ b/src/indexing.jl @@ -155,7 +155,7 @@ for f in (:isstored, :getunstoredindex, :getstoredindex) # errors $_f(::IndexStyle, A::AbstractArray, I...) = error( - "`$f` for $("$(typeof(A))") with types $("$(typeof(I))") is not supported" + "`$($f)` for $("$(typeof(A))") with types $("$(typeof(I))") is not supported" ) $error_if_canonical(::IndexLinear, A::AbstractArray, ::Int) = throw(