From 7f2863b84f986b9ad453795f9bff42424d0511cd Mon Sep 17 00:00:00 2001 From: Tor Erlend Fjelde Date: Mon, 11 Nov 2024 14:10:33 +0100 Subject: [PATCH] Update src/debug_utils.jl --- src/debug_utils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug_utils.jl b/src/debug_utils.jl index 4f600c735..dcd3fcc37 100644 --- a/src/debug_utils.jl +++ b/src/debug_utils.jl @@ -691,7 +691,7 @@ Generate the evaluator call and the types of the arguments. # Returns A 2-tuple with the following elements: -- `ftype::Type`: The function type of the evaluator. This is either `model.f` or `Core.kwcall`, depending on whether +- `f`: This is either `model.f` or `Core.kwcall`, depending on whether the model has keyword arguments. - `argtypes::Type{<:Tuple}`: The types of the arguments for the evaluator. """