aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Objectivitix <[email protected]>2021-05-12 08:38:53 -0400
committerGravatar GitHub <[email protected]>2021-05-12 08:38:53 -0400
commit8ee99da88cb5d2b0fc9b1e3dcf24f72bca5679a4 (patch)
treed77bfc58df31a5e5d3be1f820725d5e40eee8c07
parentfix 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.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 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"
},
{