From f8db89d69b6a3228de0e080fc00051c85cc40c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefanos=20Carlstr=C3=B6m?= Date: Fri, 29 May 2020 09:26:43 +0200 Subject: [PATCH] Fixed docstring --- src/HCubature.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HCubature.jl b/src/HCubature.jl index 71db99a..70c01fe 100644 --- a/src/HCubature.jl +++ b/src/HCubature.jl @@ -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.