The description for a while loop is inverted. It currently reads “run the enclosed code until x evaluates to true” it should either be “while x evaluates to true” or “until x evaluates to false”.
The description for a while loop is inverted. It currently reads “run the enclosed code until x evaluates to true” it should either be “while x evaluates to true” or “until x evaluates to false”.