From: Martin Kronbichler Date: Mon, 17 Jun 2013 05:33:43 +0000 (+0000) Subject: Fix two typos. X-Git-Tag: v8.0.0~282 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a06bbe36f0aab81bc32926e1ab7fb4934c22dd0;p=dealii.git Fix two typos. git-svn-id: https://svn.dealii.org/trunk@29835 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-3/doc/intro.dox b/deal.II/examples/step-3/doc/intro.dox index 6af4c4db2a..6286abe7bc 100644 --- a/deal.II/examples/step-3/doc/intro.dox +++ b/deal.II/examples/step-3/doc/intro.dox @@ -377,9 +377,10 @@ way throughout the library. @note types::global_dof_index is not the only type defined in this namespace. Rather, there is a whole family, including types::subdomain_id, types::boundary_id, and types::material_id. All of these are -typedefs for integer data types but, as explained above, they are +typedefs for integer data types but, as explained above, they are used throughout the library so that (i) the intent of a variable becomes more easily discerned, and (ii) so that it becomes possible to change the actual -type to a large one if necessary without having to go through the entire +type to a larger one if necessary without having to go through the entire library and figure out whether a particular use of unsigned int corresponds to, say, a material indicator. +