Skip to content

Commit

Permalink
Add missing space in deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored Oct 25, 2023
1 parent 01b067a commit 6474673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function default_adargs_to_adtype(; chunk_size = missing, autodiff = nothing,
if chunk_size !== missing || standardtag !== missing || diff_type !== missing ||
autodiff !== missing
Base.depwarn("`chunk_size`, `standardtag`, `diff_type`, \
`autodiff::Union{Val, Bool}` kwargs have been deprecated and will be removed in\
`autodiff::Union{Val, Bool}` kwargs have been deprecated and will be removed in \
v3. Update your code to directly specify autodiff=<ADTypes>",
:default_adargs_to_adtype)
end
Expand Down

0 comments on commit 6474673

Please sign in to comment.