aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Objectivitix <[email protected]>2021-05-11 09:05:09 -0400
committerGravatar GitHub <[email protected]>2021-05-11 09:05:09 -0400
commit3f0388556c886d9d8e26b7a0373e3a6d2d9ba5ad (patch)
tree7e5465cf2f23864e65185100e219d11fad658311
parentlint 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.json2
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"
},
{