Replace em dashes with hyphens across docs and comments

This commit is contained in:
2026-08-29 08:13:54 +00:00
parent 9cb59d723e
commit 72c3f76da4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// This is intentionally the plainest possible Tauri shell: load the two
// plugins the desktop app needs (filesystem access, opening external links)
// and show the window. A tray icon with a menu is a natural next addition
// once this makes sense see Tauri's tray-icon docs when you're ready.
// once this makes sense - see Tauri's tray-icon docs when you're ready.
#[cfg_attr(mobile, tauri::mobile_entry_point)]
pub fn run() {
tauri::Builder::default()