From 1bd2f803c100aaad6a2c9b55346a6346ee7cea04 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sat, 11 May 2019 15:50:52 -0400 Subject: [PATCH] Update examples/step-46/step-46.cc Co-Authored-By: David Wells --- examples/step-46/step-46.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-46/step-46.cc b/examples/step-46/step-46.cc index e5494ddad6..c72d39957e 100644 --- a/examples/step-46/step-46.cc +++ b/examples/step-46/step-46.cc @@ -150,7 +150,7 @@ namespace Step46 // @sect3{Boundary values and right hand side} - // The following class does as its names suggest. The boundary values for + // The following class does as its name suggests. The boundary values for // the velocity are $\mathbf u=(0, \sin(\pi x))^T$ in 2d and $\mathbf u=(0, // 0, \sin(\pi x)\sin(\pi y))^T$ in 3d, respectively. The remaining boundary // conditions for this problem are all homogeneous and have been discussed in -- 2.39.5