From 1943be094c3683eac4ee1184409ba4046c0b0e8b Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 5 Jun 2016 17:58:56 -0400 Subject: [PATCH] Fix a typo. 'hereon' is an adverb so we need the space. --- examples/step-22/doc/intro.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5