Skip to content

Commit

Permalink
fix typo (throw vs thow) (#160)
Browse files Browse the repository at this point in the history
As mentioned in #67 (comment)
  • Loading branch information
magerton committed Mar 6, 2023
1 parent 56e1055 commit 0079530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tvpack.jl
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ function bvnuppercdf(dh::T, dk::T, r::T)::T where {T<:Float64}
elseif dk == typemin(T)
return normcdf(-dh)
else
thow(error())
throw(error())
end
end
end
Expand Down

0 comments on commit 0079530

Please sign in to comment.