Skip to content

Commit 0079530

Browse files
authored
fix typo (throw vs thow) (#160)
As mentioned in #67 (comment)
1 parent 56e1055 commit 0079530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tvpack.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ function bvnuppercdf(dh::T, dk::T, r::T)::T where {T<:Float64}
427427
elseif dk == typemin(T)
428428
return normcdf(-dh)
429429
else
430-
thow(error())
430+
throw(error())
431431
end
432432
end
433433
end

0 commit comments

Comments
 (0)