diff options
| author | Fourchaux <jprodi04@gmail.com> | 2017-08-15 21:45:21 +0200 |
|---|---|---|
| committer | Fourchaux <jprodi04@gmail.com> | 2017-08-15 21:56:30 +0200 |
| commit | c7104be1a37daa2f7ec114913247dc93524fd48e (patch) | |
| tree | 1d476ec4954f7cf8bdd9f508a51762ffbc41be84 /src/libsyntax | |
| parent | 82be83cf744611a016fb09ae1afbffc04b3ed2e1 (diff) | |
| download | rust-c7104be1a37daa2f7ec114913247dc93524fd48e.tar.gz rust-c7104be1a37daa2f7ec114913247dc93524fd48e.zip | |
Fix typos & us spellings
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/json.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/json.rs b/src/libsyntax/json.rs index 695c740f405..dbd7a2ca162 100644 --- a/src/libsyntax/json.rs +++ b/src/libsyntax/json.rs @@ -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 |
