mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 18:04:13 +00:00
Fix more “a”/“an” typos
This commit is contained in:
parent
e1dac88cfe
commit
25ebc35f97
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user