Skip to content

Commit 9394bfd

Browse files
authored
Fix typo citet -> cite
1 parent bc01de1 commit 9394bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/erf.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ External links:
426426
See also: [`erfc(x)`](@ref erfc).
427427
428428
# Implementation
429-
Using the rational approximants tabulated in [Blair (1976)](@citet blair_1976)
429+
Using the rational approximants tabulated in [Blair (1976)](@cite blair_1976)
430430
combined with Newton iterations for `BigFloat`.
431431
"""
432432
erfcinv(x::Real) = _erfcinv(float(x))

0 commit comments

Comments
 (0)