Fix typos “a”→“an”

This commit is contained in:
Frank Steffahn 2021-08-22 14:31:37 +02:00
parent e535791756
commit 3a5a93595f
4 changed files with 5 additions and 5 deletions

View file

@ -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 {