From: Wolfgang Bangerth Date: Wed, 14 May 2008 19:18:25 +0000 (+0000) Subject: Fix tense. X-Git-Tag: v8.0.0~9142 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=537eb8e5729c12b5a5488045ecf51493308c2168;p=dealii.git Fix tense. git-svn-id: https://svn.dealii.org/trunk@16094 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/parameter_handler.h b/deal.II/base/include/base/parameter_handler.h index e2872de017..8227a81fe1 100644 --- a/deal.II/base/include/base/parameter_handler.h +++ b/deal.II/base/include/base/parameter_handler.h @@ -772,7 +772,7 @@ namespace Patterns * * The ParameterHandler class is discussed in detail in the @ref * step_19 "step-19" example program, and is used in more realistic - * situation in @ref step_29 "step-29" and @ref step_33 "step-33". + * situations in @ref step_29 "step-29" and @ref step_33 "step-33". * *

Declaring entries

*