We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af75ebd commit 5a7fc9bCopy full SHA for 5a7fc9b
src/libsyntax/codemap.rs
@@ -886,8 +886,8 @@ impl CodeMap {
886
}
887
888
/// Take the span of a type parameter in a function signature and try to generate a span for the
889
- /// function name (with generics) and a new snippet for this span with the pointed type parameter as
890
- /// 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.
891
///
892
/// For instance:
893
/// ```rust,ignore (pseudo-Rust)
0 commit comments