diff options
author | 2021-05-12 08:38:53 -0400 | |
---|---|---|
committer | 2021-05-12 08:38:53 -0400 | |
commit | 8ee99da88cb5d2b0fc9b1e3dcf24f72bca5679a4 (patch) | |
tree | d77bfc58df31a5e5d3be1f820725d5e40eee8c07 | |
parent | fix unicode corruption errors by encoding to utf-8 (diff) |
fix ANOTHER copy paste error
3rd copy paste error- smh
Co-authored-by: Shivansh-007 <[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 1ba5ea7b..acf7375a 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 hypotenuse^2 = base^2 + height2^?", + "question": "Which theorem states that hypotenuse^2 = base^2 + height^2?", "answer": "Pythagorean's, Pythagorean's theorem" }, { |