Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3813421

Browse files
authoredAug 4, 2017
fix the at-deprecate call
1 parent 1fdcdb0 commit 3813421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎base/deprecated.jl‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1595,7 +1595,7 @@ end
15951595
# issue #6466
15961596
# `write` on non-isbits arrays is deprecated in io.jl.
15971597

1598-
@deprecate isconcrete isconcrete
1598+
@deprecate isleaftype isconcrete
15991599

16001600
# PR #22925
16011601
# also uncomment constructor tests in test/linalg/bidiag.jl

0 commit comments

Comments
 (0)
Please sign in to comment.