1
Fork 0

Rollup merge of #43891 - Fourchaux:master, r=steveklabnik

Fix typos & us spellings

Fixing some typos and non en-US spellings.

(Update of PR https://github.com/rust-lang/rust/pull/42812 )
This commit is contained in:
Corey Farwell 2017-08-17 10:44:07 -04:00 committed by GitHub
commit a4387d54dc
47 changed files with 59 additions and 59 deletions

View file

@ -11,7 +11,7 @@
//! A JSON emitter for errors.
//!
//! This works by converting errors to a simplified structural format (see the
//! structs at the start of the file) and then serialising them. These should
//! structs at the start of the file) and then serializing them. These should
//! contain as much information about the error as possible.
//!
//! The format of the JSON output should be considered *unstable*. For now the