From 387bc49550491a53c2535bde46841279cc206b97 Mon Sep 17 00:00:00 2001 From: fabianlars Date: Wed, 17 Apr 2024 18:02:21 +0200 Subject: [PATCH] fix docs again --- plugins/deep-link/src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/deep-link/src/lib.rs b/plugins/deep-link/src/lib.rs index 54dce23c6..4092b4fc3 100644 --- a/plugins/deep-link/src/lib.rs +++ b/plugins/deep-link/src/lib.rs @@ -100,7 +100,7 @@ mod imp { /// /// ## Platform-specific: /// - /// - **Android / iOS**: Unsupported, will return [`Error::UnsupportedPlatform`](`crate::Error::UnsupportedPlatform`). + /// - **macOS / Android / iOS**: Unsupported, will return [`Error::UnsupportedPlatform`](`crate::Error::UnsupportedPlatform`). pub fn register>(&self, _protocol: S) -> crate::Result<()> { Err(crate::Error::UnsupportedPlatform) } @@ -123,7 +123,7 @@ mod imp { /// /// ## Platform-specific: /// - /// - **macOS / Android / iOS**: Unsupported, will return [`Error::UnsupportedPlatform`](`crate::Error::UnsupportedPlatform`). + /// - **Android / iOS**: Unsupported, will return [`Error::UnsupportedPlatform`](`crate::Error::UnsupportedPlatform`). pub fn is_registered>(&self, _protocol: S) -> crate::Result { Err(crate::Error::UnsupportedPlatform) } @@ -311,7 +311,7 @@ mod imp { /// /// ## Platform-specific: /// - /// - **macOS / Android / iOS**: Unsupported, will return [`Error::UnsupportedPlatform`](`crate::Error::UnsupportedPlatform`). + /// - **Android / iOS**: Unsupported, will return [`Error::UnsupportedPlatform`](`crate::Error::UnsupportedPlatform`). pub fn is_registered>(&self, _protocol: S) -> crate::Result { #[cfg(windows)] {