From 22a587fb1c51cdbb976566c11d76180679f82bb2 Mon Sep 17 00:00:00 2001 From: spaette <111918424+spaette@users.noreply.github.com> Date: Tue, 24 Oct 2023 11:28:43 -0500 Subject: [PATCH] typo --- docs/src/basics/SampledIntegralProblem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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