From e19fda3904e1d99701b301f3ca728c44ab94e817 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Thu, 10 Apr 2025 12:38:37 +0100 Subject: [PATCH] Fix typo in Scenario docstring --- DifferentiationInterfaceTest/src/scenarios/scenario.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DifferentiationInterfaceTest/src/scenarios/scenario.jl b/DifferentiationInterfaceTest/src/scenarios/scenario.jl index 9d1c6a69f..a36e1c1e5 100644 --- a/DifferentiationInterfaceTest/src/scenarios/scenario.jl +++ b/DifferentiationInterfaceTest/src/scenarios/scenario.jl @@ -21,7 +21,7 @@ This generic type should never be used directly: use the specific constructor co $(TYPEDFIELDS) """ struct Scenario{op,pl_op,pl_fun,F,X,Y,T<:Union{Nothing,NTuple},C<:Tuple,R1,R2,S} - "function `f` (if `args==1`) or `f!` (if `args==2`) to apply" + "function `f` (if `pl_fun==:out`) or `f!` (if `pl_fun==:in`) to apply" f::F "primal input" x::X