From fe5ace39699610eb2da33f0788846bca1798e70b Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 6 Sep 2017 17:51:14 -0400 Subject: [PATCH] grammar --- examples/step-10/step-10.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-10/step-10.cc b/examples/step-10/step-10.cc index 641eecfc94..cfb648afdd 100644 --- a/examples/step-10/step-10.cc +++ b/examples/step-10/step-10.cc @@ -48,7 +48,7 @@ namespace Step10 using namespace dealii; // Now, as we want to compute the value of $\pi$, we have to compare to - // somewhat. These are the first few digits of $\pi$, which we define + // something. These are the first few digits of $\pi$, which we define // beforehand for later use. Since we would like to compute the difference // between two numbers which are quite accurate, with the accuracy of the // computed approximation to $\pi$ being in the range of the number of -- 2.39.5