Skip to content

Commit 6dec67b

Browse files
Update src/rulesets/Base/nondiff.jl
Co-authored-by: Miha Zgubic <mzgubic@users.noreply.github.com>
1 parent 15f9650 commit 6dec67b

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
@@ -374,7 +374,7 @@ VERSION >= v"1.1" && @non_differentiable splitpath(::AbstractString)
374374
@non_differentiable success(::Base.Process)
375375
@non_differentiable success(::Base.ProcessChain)
376376
@non_differentiable supertype(::Any)
377-
@non_differentiable Symbol(::Any)
377+
@non_differentiable Symbol(::Any...)
378378
@non_differentiable symlink(::AbstractString, ::AbstractString)
379379

380380
@non_differentiable take!(::Base.GenericIOBuffer)

0 commit comments

Comments
 (0)