about summary refs log tree commit diff
path: root/src/libsyntax
diff options
context:
space:
mode:
authorOliver Schneider <github35764891676564198441@oli-obk.de>2018-05-21 18:43:11 +0200
committerOliver Schneider <github35764891676564198441@oli-obk.de>2018-05-21 18:43:11 +0200
commit5a7fc9b33aea2813756938d5180d1545d4578769 (patch)
treee74df97fbb2413b1ef3e05b30b8b96de2df5a134 /src/libsyntax
parentaf75ebdc3a4d01c62ae1af96931f6fa1b188b698 (diff)
Satisfy tidy
Diffstat (limited to 'src/libsyntax')
-rw-r--r--src/libsyntax/codemap.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libsyntax/codemap.rs b/src/libsyntax/codemap.rs
index 0f25c56c457..fe8ce75a4b8 100644
--- a/src/libsyntax/codemap.rs
+++ b/src/libsyntax/codemap.rs
@@ -886,8 +886,8 @@ impl CodeMap {
     }
 
     /// Take the span of a type parameter in a function signature and try to generate a span for the
-    /// function name (with generics) and a new snippet for this span with the pointed type parameter as
-    /// a new local type parameter.
+    /// function name (with generics) and a new snippet for this span with the pointed type
+    /// parameter as a new local type parameter.
     ///
     /// For instance:
     /// ```rust,ignore (pseudo-Rust)