Skip to content

Commit 9990abf

Browse files
authored
Update tapedtask.jl
1 parent f0d9d55 commit 9990abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tapedtask.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,6 @@ function tfill(args...)
206206
fill(args...)
207207
end
208208
function TRef(x)
209-
Base.depwarn("`TRef` is deprecated, please use `Ref` instead.", :TArray)
209+
Base.depwarn("`TRef` is deprecated, please use `Ref` instead.", :TRef)
210210
Ref(x)
211211
end

0 commit comments

Comments
 (0)