Skip to content

Commit

Permalink
Docs: contaiend -> contained typos (#1802)
Browse files Browse the repository at this point in the history
Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/10907233798

Co-authored-by: amrbashir <[email protected]>
  • Loading branch information
2 people authored and tauri-bot committed Sep 17, 2024
1 parent 1daf5fa commit 7efa980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/file_path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 7efa980

Please sign in to comment.