Skip to content

Commit 07a890c

Browse files
authored
typos (#430)
1 parent dded2dd commit 07a890c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/beta_inc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ External links: [DLMF](https://dlmf.nist.gov/8.17.22), [Wikipedia](https://en.wi
256256
257257
See also: [`beta_inc`](@ref)
258258
259-
# Implemention
259+
# Implementation
260260
`BASYM(A,B,LAMBDA,EPS)` from Didonato and Morris (1982)
261261
"""
262262
function beta_inc_asymptotic_symmetric(a::Float64, b::Float64, lambda::Float64, epps::Float64)

src/gamma.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ end
209209
# So identifying the (something) with the -zeta function, we get
210210
# the zeta function for free and might as well export it, especially
211211
# since this is a common generalization of the Riemann zeta function
212-
# (which Julia already exports). Note that this geneneralization
212+
# (which Julia already exports). Note that this generalization
213213
# is equivalent to Mathematica's Zeta[s,z], and is equivalent to the
214214
# Hurwitz zeta function for real(z) > 0.
215215

0 commit comments

Comments
 (0)