Code QuizBeginner

Contradictory Length and Detail

Spot the conflicting length instructions in this prompt.

Codejavascript
const prompt = "Explain quantum computing in exactly one sentence, " +
  "but include as much technical detail as possible and cover every subtopic thoroughly.";

What is the bug in this prompt's instructions?