Skip to content

Commit

Permalink
Update src/debug_utils.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde authored Nov 11, 2024
1 parent 4f882a7 commit 7f2863b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debug_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit 7f2863b

Please sign in to comment.