Skip to content
Snippets Groups Projects
Verified Commit 0a3782df authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix error in grammar for options of “perfect_foresight_with_expectations_errors_solver”

parent a4316826
Branches
No related tags found
No related merge requests found
......@@ -1467,7 +1467,7 @@ perfect_foresight_with_expectation_errors_solver : PERFECT_FORESIGHT_WITH_EXPECT
{ driver.perfect_foresight_with_expectation_errors_solver(); }
;
perfect_foresight_with_expectation_errors_solver_options_list : perfect_foresight_with_expectation_errors_solver_options_list COMMA perfect_foresight_solver_options
perfect_foresight_with_expectation_errors_solver_options_list : perfect_foresight_with_expectation_errors_solver_options_list COMMA perfect_foresight_with_expectation_errors_solver_options
| perfect_foresight_with_expectation_errors_solver_options
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment