Skip to content

Commit 7f2863b

Browse files
authored
Update src/debug_utils.jl
1 parent 4f882a7 commit 7f2863b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/debug_utils.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ Generate the evaluator call and the types of the arguments.
691691
692692
# Returns
693693
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
694+
- `f`: This is either `model.f` or `Core.kwcall`, depending on whether
695695
the model has keyword arguments.
696696
- `argtypes::Type{<:Tuple}`: The types of the arguments for the evaluator.
697697
"""

0 commit comments

Comments
 (0)