Kilian Gosewisch преди 3 години
родител
ревизия
3b44b01412
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      core/tauri/src/lib.rs

+ 1 - 1
core/tauri/src/lib.rs

@@ -276,7 +276,7 @@ pub enum UpdaterEvent {
     /// The total
     content_length: Option<u64>,
   },
-  /// The update has been download and is now about to be installed.
+  /// The update has been downloaded and is now about to be installed.
   Downloaded,
   /// The update has been applied and the app is now up to date.
   Updated,