From bc34459d901f1cbf541f895baac7833f2c028026 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Wed, 27 Nov 2019 01:41:33 -0500 Subject: [PATCH] Correct typo in json files --- resources/json_files/ex_2.json | 2 +- resources/json_files/ex_3.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/json_files/ex_2.json b/resources/json_files/ex_2.json index bc75e9b..d3c4029 100644 --- a/resources/json_files/ex_2.json +++ b/resources/json_files/ex_2.json @@ -6,5 +6,5 @@ [2, 1, 0, 0, 0, 1] ], "constants": [5, 3, 4], - "objective": [2, 3, 1, 0, 0, 0] + "objective": [2, 4, 1, 0, 0, 0] } diff --git a/resources/json_files/ex_3.json b/resources/json_files/ex_3.json index 40631a6..31c1fbe 100644 --- a/resources/json_files/ex_3.json +++ b/resources/json_files/ex_3.json @@ -6,5 +6,5 @@ [2, 1, 0] ], "constants": [5, 3, 4], - "objective": [2, 3, 1] + "objective": [2, 4, 1] } -- GitLab