From 79964f9a45f36b0abdec1333654f85c2a9e7e258 Mon Sep 17 00:00:00 2001
From: Houtan Bastani <houtan@dynare.org>
Date: Mon, 13 Jan 2020 12:39:53 +0100
Subject: [PATCH] fix typo in doc

`check` has two OPTIONS

[skip ci]

(cherry picked from commit 8764330725d9d592374b8cdfa0b68d3b218eff5e)
---
 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 0a7b912ed1..88098a094b 100644
--- a/doc/manual/source/the-model-file.rst
+++ b/doc/manual/source/the-model-file.rst
@@ -2508,7 +2508,7 @@ Getting information about the model
 ===================================
 
 .. command:: check ;
-             check (solve_algo = INTEGER);
+             check (OPTIONS...);
 
     |br| Computes the eigenvalues of the model linearized around the
     values specified by the last ``initval``, ``endval`` or ``steady``
-- 
GitLab