mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-24 02:53:35 +00:00
Fix typos “a”→“an”
This commit is contained in:
parent
e535791756
commit
3a5a93595f
4 changed files with 5 additions and 5 deletions
|
@ -98,7 +98,7 @@ impl AbsPathBuf {
|
|||
.unwrap_or_else(|path| panic!("expected absolute path, got {}", path.display()))
|
||||
}
|
||||
|
||||
/// Coerces to a `AbsPath` slice.
|
||||
/// Coerces to an `AbsPath` slice.
|
||||
///
|
||||
/// Equivalent of [`PathBuf::as_path`] for `AbsPathBuf`.
|
||||
pub fn as_path(&self) -> &AbsPath {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue