We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f882a7 commit 7f2863bCopy full SHA for 7f2863b
src/debug_utils.jl
@@ -691,7 +691,7 @@ Generate the evaluator call and the types of the arguments.
691
692
# Returns
693
A 2-tuple with the following elements:
694
-- `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
695
the model has keyword arguments.
696
- `argtypes::Type{<:Tuple}`: The types of the arguments for the evaluator.
697
"""
0 commit comments