From fa21fe9ca6bb7eeb3df64b63afff8f6c9b023012 Mon Sep 17 00:00:00 2001 From: chip Date: Wed, 3 Nov 2021 10:14:56 -0700 Subject: [PATCH] fix typo in current_binary docs (#31) --- core/tauri/src/api/process.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri/src/api/process.rs b/core/tauri/src/api/process.rs index 4dd5979ac..e650fae9b 100644 --- a/core/tauri/src/api/process.rs +++ b/core/tauri/src/api/process.rs @@ -43,7 +43,7 @@ pub use command::*; /// The linked [Hard Link] Wikipedia page provides a decent overview. /// /// In short, unless the attacker was able to create the link with elevated -/// permissions, it should generally not be possible for an them to hard link +/// permissions, it should generally not be possible for them to hard link /// to a file they do not have permissions to - with exception to possible /// operating system exploits. ///