Skip to content

Commit e4fa699

Browse files
committed
use splatting in BitArray
1 parent 97bdeb0 commit e4fa699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rulesets/Base/nondiff.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
@non_differentiable Vector(::AbstractArray{Bool})
8585

8686
@non_differentiable Array(::AbstractArray{Bool})
87-
@non_differentiable BitArray(::Any)
87+
@non_differentiable BitArray(::Any...)
8888
@non_differentiable IndexStyle(::AbstractArray{Bool})
8989

9090
#####

0 commit comments

Comments
 (0)