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:
commit
a4387d54dc
47 changed files with 59 additions and 59 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue