From: Abdullah Mujahid Date: Sun, 18 Feb 2024 01:18:08 +0000 (+0100) Subject: Fix 2 typos in step-1 intro X-Git-Tag: v9.6.0-rc1~499^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d50ac88ffd96c999b194bfcbfc2d39b6c7dd0061;p=dealii.git Fix 2 typos in step-1 intro --- 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