From 740b8d436976f1bd3ad8d799fa8b6ee9084b50b0 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 a173c99054..4906261cd4 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