diff options
Diffstat (limited to 'src/libsyntax/json.rs')
| -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 2953b35298e..af785050532 100644 --- a/src/libsyntax/json.rs +++ b/src/libsyntax/json.rs @@ -342,7 +342,7 @@ impl DiagnosticSpanLine { } } - /// Create a list of DiagnosticSpanLines from span - each line with any part + /// Creates a list of DiagnosticSpanLines from span - each line with any part /// of `span` gets a DiagnosticSpanLine, with the highlight indicating the /// `span` within the line. fn from_span(span: Span, je: &JsonEmitter) -> Vec<DiagnosticSpanLine> { |
