Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rcalxrc08 committed Sep 15, 2023
1 parent 0d3b284 commit ccaa915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/financial_taylor.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ value__d(x) = x
# end
get_order_adj(x::Taylor1) = get_order(x)
get_order_adj(::Any) = 0
function blimpv_impl(::Taylor1{T}, S0, K, T, price_d, FlagIsCall, xtol, ytol) where {T}
function blimpv_impl(::Taylor1{V}, S0, K, T, price_d, FlagIsCall, xtol, ytol) where {V}
S0_r = value__d(S0)
K_r = value__d(K)
T_r = value__d(T)
Expand Down

0 comments on commit ccaa915

Please sign in to comment.