From 29c7a62ed057b4cccbda2ee3588a804077ae3a3d Mon Sep 17 00:00:00 2001 From: eugenesvk Date: Sun, 8 Dec 2024 18:33:54 +0700 Subject: [PATCH] update doc --- src/macos/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/macos/mod.rs b/src/macos/mod.rs index 8a1c891..3b0e363 100644 --- a/src/macos/mod.rs +++ b/src/macos/mod.rs @@ -66,7 +66,8 @@ pub enum ScriptMethod { /// This is the default. Cli, - /// Call into `OSAKit` directly via ObjC-bindings. Faster, but can sometimes to fail to trigger Finder action, stalling for 2 min. + /// Call into `OSAKit` directly via ObjC-bindings. Faster, but can sometimes fail to trigger any Finder action, + /// stalling for 2 min instead. /// Osakit, }