From: David Wells Date: Sun, 5 Jun 2016 21:58:56 +0000 (-0400) Subject: Fix a typo. X-Git-Tag: v8.5.0-rc1~985^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1943be094c3683eac4ee1184409ba4046c0b0e8b;p=dealii.git Fix a typo. 'hereon' is an adverb so we need the space. --- diff --git a/examples/step-22/doc/intro.dox b/examples/step-22/doc/intro.dox index 4d6fa27a26..91efc89a92 100644 --- a/examples/step-22/doc/intro.dox +++ b/examples/step-22/doc/intro.dox @@ -590,7 +590,7 @@ struct InnerPreconditioner<3> }; @endcode -From hereon, we can refer to the type typename +From here on, we can refer to the type typename InnerPreconditioner@::%type and automatically get the correct preconditioner class. Because of the similarity of the interfaces of the two classes, we will be able to use them interchangeably using the same syntax in