Skip to content

Commit

Permalink
Fixed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jagot committed May 29, 2020
1 parent 04fc99f commit f8db89d
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 f8db89d

Please sign in to comment.