Parcourir la source

documentation: fix typo (#940)

Toinane il y a 5 ans
Parent
commit
06f5183646
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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,