From 647467304f66d9bfa8da7005b210d740dec60a20 Mon Sep 17 00:00:00 2001 From: Frames White Date: Wed, 25 Oct 2023 14:07:59 +0800 Subject: [PATCH] Add missing space in deprecation warning --- src/utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.jl b/src/utils.jl index fb8c59850..a26d1862a 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -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=", :default_adargs_to_adtype) end