Skip to content

Commit

Permalink
Merge pull request #259 from oxinabox/patch-1
Browse files Browse the repository at this point in the history
Add missing space in deprecation warning
  • Loading branch information
ChrisRackauckas authored Oct 25, 2023
2 parents 01b067a + 6474673 commit 0dac21a
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 0dac21a

Please sign in to comment.