Skip to content

Commit 37308bc

Browse files
authored
fix documentation typo (#458)
1 parent 2954555 commit 37308bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gamma.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ _gamma(z::Complex) = exp(loggamma(z))
592592
logabsgamma(x)
593593
594594
Compute the logarithm of absolute value of [`gamma`](@ref) for
595-
[`Real`](@ref) `x`and returns a tuple `(log(abs(gamma(x))), sign(gamma(x)))`.
595+
[`Real`](@ref) `x` and returns a tuple `(log(abs(gamma(x))), sign(gamma(x)))`.
596596
597597
See also [`loggamma`](@ref).
598598
"""

0 commit comments

Comments
 (0)