Skip to content

Commit 25ebc35

Browse files
committed
Fix more “a”/“an” typos
1 parent e1dac88 commit 25ebc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/visitor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub(crate) struct SnippetProvider {
3636
big_snippet: Lrc<String>,
3737
/// A position of the start of `big_snippet`, used as an offset.
3838
start_pos: usize,
39-
/// A end position of the file that this snippet lives.
39+
/// An end position of the file that this snippet lives.
4040
end_pos: usize,
4141
}
4242

0 commit comments

Comments
 (0)