diff options
author | 2021-05-12 09:41:05 -0300 | |
---|---|---|
committer | 2021-05-12 09:41:05 -0300 | |
commit | 4448f0d04987ac2628f74e43f6262a5856509f9d (patch) | |
tree | c77812edea5ca27ae58675c5771cb1c3e7bbcbda /bot | |
parent | fix ANOTHER copy paste error (diff) |
add one more possible answer to math q208
Diffstat (limited to 'bot')
-rw-r--r-- | bot/resources/evergreen/trivia_quiz.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/resources/evergreen/trivia_quiz.json b/bot/resources/evergreen/trivia_quiz.json index acf7375a..3a907de1 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -328,7 +328,7 @@ "id": 208, "question": "What's the following formula that finds the area of a triangle called?", "img_url": "https://wikimedia.org/api/rest_v1/media/math/render/png/d22b8566e8187542966e8d166e72e93746a1a6fc", - "answer": "Heron's formula" + "answer": "Heron's formula, Heron" }, { "id": 209, |