Skip to content

Commit ce5c6dc

Browse files
Just a minor typo fix in the documentation (#132)
Minor typo fix: you -> your
1 parent 1d8cc9c commit ce5c6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ somewhere that is not known in advance).
7979
For multidimensional integration, see also the [HCubature.jl](https://github.com/stevengj/HCubature.jl), [Cubature.jl](https://github.com/stevengj/Cubature.jl), and
8080
[Cuba.jl](https://github.com/giordano/Cuba.jl) packages, or alternatively [IteratedIntegration.jl](https://github.com/lxvm/IteratedIntegration.jl) for efficient nested 1d integrals (probably more efficient than nesting QuadGK directly).
8181

82-
Note that all of the above quadrature routines assume that you supply you integrand
82+
Note that all of the above quadrature routines assume that you supply your integrand
8383
as a *function* $f(x)$ that can be evaluated at *arbitrary points* inside the
8484
integration domain. This is ideal, because then the integration algorithm can
8585
choose points so that the accuracy improves rapidly (often exponentially rapidly)

0 commit comments

Comments
 (0)