Fixed grammar/style in error messages and reblessed tests.

This commit is contained in:
Alexander Regueiro 2019-09-01 18:09:59 +01:00
parent 618768492f
commit 022d9c8eb5
125 changed files with 381 additions and 380 deletions

View file

@ -982,7 +982,7 @@ impl<'a> Parser<'a> {
}
if self.is_do_catch_block() {
let mut db = self.fatal("found removed `do catch` syntax");
db.help("Following RFC #2388, the new non-placeholder syntax is `try`");
db.help("following RFC #2388, the new non-placeholder syntax is `try`");
return Err(db);
}
if self.is_try_block() {