diff options
author | 2021-05-11 09:05:09 -0400 | |
---|---|---|
committer | 2021-05-11 09:05:09 -0400 | |
commit | 3f0388556c886d9d8e26b7a0373e3a6d2d9ba5ad (patch) | |
tree | 7e5465cf2f23864e65185100e219d11fad658311 | |
parent | lint failure fixes (diff) |
fix original copy paste error in math question
Co-authored-by: Matteo Bertucci <[email protected]>
-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 79e79d00..1e85542f 100644 --- a/bot/resources/evergreen/trivia_quiz.json +++ b/bot/resources/evergreen/trivia_quiz.json @@ -301,7 +301,7 @@ }, { "id": 203, - "question": "Which theorem states that hypotenuse2 = base2 + height2?", + "question": "Which theorem states that hypotenuse^2 = base^2 + height^2?", "answer": "Pythagorean's, Pythagorean's theorem" }, { |