Przeglądaj źródła

documentation: fix typo (#940)

Toinane 5 lat temu
rodzic
commit
06f5183646
1 zmienionych plików z 1 dodań i 1 usunięć
  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,