瀏覽代碼

documentation: fix typo (#940)

Toinane 5 年之前
父節點
當前提交
06f5183646
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tauri/src/app.rs

+ 1 - 1
tauri/src/app.rs

@@ -61,7 +61,7 @@ pub struct AppBuilder {
 }
 
 impl AppBuilder {
-  /// Creates a new App bulder.
+  /// Creates a new App builder.
   pub fn new() -> Self {
     Self {
       invoke_handler: None,