瀏覽代碼

fix typo in current_binary docs (#31)

chip 3 年之前
父節點
當前提交
fa21fe9ca6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/tauri/src/api/process.rs

+ 1 - 1
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.
 ///