Skip to content

Commit dd514e7

Browse files
authored
Docs: contaiend -> contained typos (#1802)
1 parent 6e142b4 commit dd514e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/fs/src/file_path.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub enum SafeFilePath {
3535
}
3636

3737
impl FilePath {
38-
/// Get a reference to the contaiend [`Path`] if the variant is [`FilePath::Path`].
38+
/// Get a reference to the contained [`Path`] if the variant is [`FilePath::Path`].
3939
///
4040
/// Use [`FilePath::into_path`] to try to convert the [`FilePath::Url`] variant as well.
4141
#[inline]
@@ -73,7 +73,7 @@ impl FilePath {
7373
}
7474

7575
impl SafeFilePath {
76-
/// Get a reference to the contaiend [`Path`] if the variant is [`SafeFilePath::Path`].
76+
/// Get a reference to the contained [`Path`] if the variant is [`SafeFilePath::Path`].
7777
///
7878
/// Use [`SafeFilePath::into_path`] to try to convert the [`SafeFilePath::Url`] variant as well.
7979
#[inline]

0 commit comments

Comments
 (0)