From 6185767f63d61cca2a7fc71ad24c965fe3207a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Wed, 30 Nov 2022 15:21:49 +0100 Subject: [PATCH] Fix typo [skip ci] --- doc/manual/source/the-model-file.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst index bebf95f34e..03f94649ee 100644 --- a/doc/manual/source/the-model-file.rst +++ b/doc/manual/source/the-model-file.rst @@ -3016,7 +3016,7 @@ Finding the steady state with Dynare nonlinear solver nonlinear system. This is similar to ``2``, but is typically more efficient. The block decomposition is done at the preprocessor level, which brings two benefits: it identifies - blocks that can be evaluated rather than solved; and evulations + blocks that can be evaluated rather than solved; and evaluations of the residual and Jacobian of the model are more efficient because only the relevant elements are recomputed at every iteration. @@ -3029,7 +3029,7 @@ Finding the steady state with Dynare nonlinear solver typically more efficient. The block decomposition is done at the preprocessor level, which brings two benefits: it identifies blocks that can be evaluated rather than solved; and - evulations of the residual and Jacobian of the model are more + evaluations of the residual and Jacobian of the model are more efficient because only the relevant elements are recomputed at every iteration. -- GitLab