From c36ac4b153af8dda026ea8e843001aedf2fa0578 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 25 May 2022 12:20:02 -0500 Subject: [PATCH] Step-40: Remove an unmatched single quote --- examples/step-40/step-40.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/step-40/step-40.cc b/examples/step-40/step-40.cc index c28d6f2f10..ac0225a85e 100644 --- a/examples/step-40/step-40.cc +++ b/examples/step-40/step-40.cc @@ -44,7 +44,7 @@ // @endcode // // Using this logic, the following lines will then import either the -// PETSc or Trilinos wrappers into the namespace `LA` (for "linear +// PETSc or Trilinos wrappers into the namespace `LA` (for linear // algebra). In the former case, we are also defining the macro // `USE_PETSC_LA` so that we can detect if we are using PETSc (see // solve() for an example where this is necessary). -- 2.39.5