Skip to content

Commit a83da2f

Browse files
Update src/differentials.jl
Co-Authored-By: Nick Robinson <npr251@gmail.com>
1 parent c904407 commit a83da2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/differentials.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ unthunk(x::AbstractThunk) = unthunk(x())
214214
wirtinger_primal(::Union{AbstractThunk}) =
215215
throw(ArgumentError("`wirtinger_primal` is not defined for `AbstractThunk`. Call `unthunk` first."))
216216
wirtinger_conjugate(::Union{AbstractThunk}) =
217-
throw(ArgumentError("`wirtinger_primal` is not defined for `AbstractThunk`. Call `unthunk` first."))
217+
throw(ArgumentError("`wirtinger_conjugate` is not defined for `AbstractThunk`. Call `unthunk` first."))
218218

219219
#####
220220
##### `Thunk`

0 commit comments

Comments
 (0)