Dotan J. Nahum před 2 roky
rodič
revize
e055c69c23
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      core/tauri/src/lib.rs

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

@@ -374,7 +374,7 @@ pub enum Icon {
   Raw(Vec<u8>),
   /// Icon from raw RGBA bytes.
   Rgba {
-    /// RGBA byes of the icon image.
+    /// RGBA bytes of the icon image.
     rgba: Vec<u8>,
     /// Icon width.
     width: u32,