diff options
author | 2021-05-11 15:30:34 -0300 | |
---|---|---|
committer | 2021-05-11 15:30:34 -0300 | |
commit | 91db03e5fde06efb41341d595d75424b9ff759b2 (patch) | |
tree | 8efb1ed368ae3e14da6a66dec02b3189596280b7 /bot | |
parent | change weird google docs unicode to standard ones (diff) |
fix copy paste error
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 e2054f43..1ba5ea7b 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 + height2^?", "answer": "Pythagorean's, Pythagorean's theorem" }, { |