From dd514e7a88664297f3cc0e8db1cad75b82f8533a Mon Sep 17 00:00:00 2001 From: Jaken Herman Date: Tue, 17 Sep 2024 11:31:55 -0500 Subject: [PATCH] Docs: contaiend -> contained typos (#1802) --- plugins/fs/src/file_path.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/fs/src/file_path.rs b/plugins/fs/src/file_path.rs index 967696b9..9ff7a947 100644 --- a/plugins/fs/src/file_path.rs +++ b/plugins/fs/src/file_path.rs @@ -35,7 +35,7 @@ pub enum SafeFilePath { } impl FilePath { - /// Get a reference to the contaiend [`Path`] if the variant is [`FilePath::Path`]. + /// Get a reference to the contained [`Path`] if the variant is [`FilePath::Path`]. /// /// Use [`FilePath::into_path`] to try to convert the [`FilePath::Url`] variant as well. #[inline] @@ -73,7 +73,7 @@ impl FilePath { } impl SafeFilePath { - /// Get a reference to the contaiend [`Path`] if the variant is [`SafeFilePath::Path`]. + /// Get a reference to the contained [`Path`] if the variant is [`SafeFilePath::Path`]. /// /// Use [`SafeFilePath::into_path`] to try to convert the [`SafeFilePath::Url`] variant as well. #[inline]