We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c602e9a commit 8ea0257Copy full SHA for 8ea0257
src/librustdoc/html/render/span_map.rs
@@ -36,7 +36,7 @@ pub(crate) enum LinkFromSrc {
36
/// It returns the `krate`, the source code files and the `span` correspondence map.
37
///
38
/// Note about the `span` correspondence map: the keys are actually `(lo, hi)` of `span`s. We don't
39
-/// need the `span` context later on, only their position, so instead of keep a whole `Span`, we
+/// need the `span` context later on, only their position, so instead of keeping a whole `Span`, we
40
/// only keep the `lo` and `hi`.
41
pub(crate) fn collect_spans_and_sources(
42
tcx: TyCtxt<'_>,
0 commit comments