Skip to content

Commit f442ed4

Browse files
authored
Fix typo in Scenario docstring (#773)
1 parent a94c9e9 commit f442ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DifferentiationInterfaceTest/src/scenarios/scenario.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This generic type should never be used directly: use the specific constructor co
2121
$(TYPEDFIELDS)
2222
"""
2323
struct Scenario{op,pl_op,pl_fun,F,X,Y,T<:Union{Nothing,NTuple},C<:Tuple,R1,R2,S}
24-
"function `f` (if `args==1`) or `f!` (if `args==2`) to apply"
24+
"function `f` (if `pl_fun==:out`) or `f!` (if `pl_fun==:in`) to apply"
2525
f::F
2626
"primal input"
2727
x::X

0 commit comments

Comments
 (0)