浏览代码

small typo fix (#5541)

Dotan J. Nahum 2 年之前
父节点
当前提交
e055c69c23
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,