We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1dac88 commit 25ebc35Copy full SHA for 25ebc35
src/visitor.rs
@@ -36,7 +36,7 @@ pub(crate) struct SnippetProvider {
36
big_snippet: Lrc<String>,
37
/// A position of the start of `big_snippet`, used as an offset.
38
start_pos: usize,
39
- /// A end position of the file that this snippet lives.
+ /// An end position of the file that this snippet lives.
40
end_pos: usize,
41
}
42
0 commit comments