Skip to content

Commit

Permalink
Merge pull request #26 from jagot/master
Browse files Browse the repository at this point in the history
Fixed docstring
  • Loading branch information
stevengj authored May 29, 2020
2 parents 04fc99f + f8db89d commit 2de7a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HCubature.jl
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Compute the integral of f(x) from `a` to `b`. The
return value of `hcubature` is a tuple `(I, E)` of the estimated integral
`I` and an estimated error `E`.
The other parameters are the same as [`hcubature`](@ref). `hquadrature``
The other parameters are the same as [`hcubature`](@ref). `hquadrature`
is just a convenience wrapper around `hcubature` so that you can work
with scalar `x`, `a`, and `b`, rather than 1-component vectors.
Expand Down

0 comments on commit 2de7a27

Please sign in to comment.