Fix grammar in test description

Co-Authored-By: Mazdak Farrokhzad <twingoow@gmail.com>
This commit is contained in:
ecstatic-morse 2019-12-11 10:16:12 -08:00 committed by Dylan MacKenzie
parent a2a077460b
commit b3aecd0d55
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// Ensure that loops are forbidden in a const context unless `#![feature(const_loop)]` are enabled.
// Ensure that loops are forbidden in a const context unless `#![feature(const_loop)]` is enabled.
// `while` loops require `#![feature(const_if_match)]` to be enabled as well.
// gate-test-const_loop