diff --git a/docs/src/basics/SampledIntegralProblem.md b/docs/src/basics/SampledIntegralProblem.md index a51e2ec3..b4520d06 100644 --- a/docs/src/basics/SampledIntegralProblem.md +++ b/docs/src/basics/SampledIntegralProblem.md @@ -24,7 +24,7 @@ method = TrapezoidalRule() solve(problem, method) ``` -The exact aswer is of course \$ 1/3 \$. +The exact answer is of course \$ 1/3 \$. ## Details