Skip to content

Commit 9d5c34d

Browse files
committed
fix typo in depwarn
1 parent 4b5294d commit 9d5c34d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auxiliary/deprecate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function rightnull(t::AbstractTensorMap, p::Index2Tuple; kwargs...)
132132
return rightnull!(permutedcopy_oftype(t, factorisation_scalartype(rightnull, t), p); kwargs...)
133133
end
134134
function leftnull!(t::AbstractTensorMap; kwargs...)
135-
Base.depwarn("`left_null!` is deprecated, use `left_null!` instead", :leftnull!)
135+
Base.depwarn("`leftnull!` is deprecated, use `left_null!` instead", :leftnull!)
136136
haskey(kwargs, :alg) || return left_null!(t; kwargs...)
137137
alg = kwargs[:alg]
138138
kind = _kindof(alg)

0 commit comments

Comments
 (0)