Fix more “a”/“an” typos

This commit is contained in:
Frank Steffahn 2021-08-22 16:20:58 +02:00
parent e1dac88cfe
commit 25ebc35f97

View File

@ -36,7 +36,7 @@ pub(crate) struct SnippetProvider {
big_snippet: Lrc<String>,
/// A position of the start of `big_snippet`, used as an offset.
start_pos: usize,
/// A end position of the file that this snippet lives.
/// An end position of the file that this snippet lives.
end_pos: usize,
}