From d50ac88ffd96c999b194bfcbfc2d39b6c7dd0061 Mon Sep 17 00:00:00 2001 From: Abdullah Mujahid Date: Sun, 18 Feb 2024 02:18:08 +0100 Subject: [PATCH] Fix 2 typos in step-1 intro --- examples/step-1/doc/intro.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/step-1/doc/intro.dox b/examples/step-1/doc/intro.dox index 7a81f0bb33..5476846141 100644 --- a/examples/step-1/doc/intro.dox +++ b/examples/step-1/doc/intro.dox @@ -63,7 +63,7 @@ sections: interpretation. This section also frequently has a subsection that gives suggestions on how to extend the program in various direction; in the earlier programs, this is intended to give - you directions for little experiments designed to make your + you directions for little experiments designed to make you familiar with deal.II, while in later programs it is more about how to use more advanced numerical techniques.
  • The plain program: The source code stripped of @@ -85,7 +85,7 @@ tutorial is that you're interested in) and type @endcode The first command sets up the files that describe which include files this tutorial program depends on, how to compile it and how to run it. This command -should find the installed deal.II libraries as well that were generated when +should find the installed deal.II libraries as well as those that were generated when you compiled and installed everything as described in the README file. If this command should fail to find the deal.II library, then you need to -- 2.39.5