diff options
Diffstat (limited to 'bot/resources')
| -rw-r--r-- | bot/resources/fun/trivia_quiz.json | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bot/resources/fun/trivia_quiz.json b/bot/resources/fun/trivia_quiz.json index 1e69d934..1802ad2b 100644 --- a/bot/resources/fun/trivia_quiz.json +++ b/bot/resources/fun/trivia_quiz.json @@ -723,8 +723,8 @@      },      {        "id": 423, -      "question": "What is the name for unicode codepoints that do not fit into 16 bits?", -      "answer": "surrogates" +      "question": "What kind of characters are needed in UTF-16 to encode unicode codepoints outside the BMP?", +      "answer": ["surrogates", "surrogate"]      },      {        "id": 424, | 
