about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorAlexander Regueiro <alexreg@me.com>2019-01-11 16:32:31 +0000
committerAlexander Regueiro <alexreg@me.com>2019-01-13 19:47:02 +0000
commit88336ea4c3c2d18f739d9dfcfdf5a4aa10eea861 (patch)
treeaf89a6bc9e0999bf1a2d27f9f6978bd0d9b29c27 /src/libsyntax
parent2cf736f76563f054aecd84207b39114c6fceb8ed (diff)
downloadrust-88336ea4c3c2d18f739d9dfcfdf5a4aa10eea861.tar.gz
rust-88336ea4c3c2d18f739d9dfcfdf5a4aa10eea861.zip
Cosmetic improvements
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/json.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/json.rs b/src/libsyntax/json.rs
index ea0fe712d16..cf11ac550b7 100644
--- a/src/libsyntax/json.rs
+++ b/src/libsyntax/json.rs
@@ -7,7 +7,7 @@
 //! The format of the JSON output should be considered *unstable*. For now the
 //! structs at the end of this file (Diagnostic*) specify the error format.
 
-// FIXME spec the JSON output properly.
+// FIXME: spec the JSON output properly.
 
 use source_map::{SourceMap, FilePathMapping};
 use syntax_pos::{self, MacroBacktrace, Span, SpanLabel, MultiSpan};