From 169985ae8e13151b91f714a6f1f66dbc78846772 Mon Sep 17 00:00:00 2001
From: Johannes Pfeifer <jpfeifer@gmx.de>
Date: Fri, 11 Nov 2022 09:42:05 +0100
Subject: [PATCH] Manual: fix typo

---
 doc/manual/source/the-model-file.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/manual/source/the-model-file.rst b/doc/manual/source/the-model-file.rst
index a5f40459f5..8ee14523f5 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -5619,7 +5619,7 @@ All of these elements are discussed in the following.
 .. matvar:: oo_.occbin.simul.piecewise
 
     |br| Matrix storing the simulations based on the piecewise-linear solution.
-    The variables are arranged column by column, in order of declaration (as in
+    The variables are arranged by column, in order of declaration (as in
     ``M_.endo_names``), while the the rows correspond to the ``simul_periods``.
 
 .. matvar:: oo_.occbin.simul.linear
-- 
GitLab