File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ pub enum SafeFilePath {
35
35
}
36
36
37
37
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`].
39
39
///
40
40
/// Use [`FilePath::into_path`] to try to convert the [`FilePath::Url`] variant as well.
41
41
#[ inline]
@@ -73,7 +73,7 @@ impl FilePath {
73
73
}
74
74
75
75
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`].
77
77
///
78
78
/// Use [`SafeFilePath::into_path`] to try to convert the [`SafeFilePath::Url`] variant as well.
79
79
#[ inline]
You can’t perform that action at this time.
0 commit comments