Explorar el Código

documentation: fix typo (#940)

Toinane hace 5 años
padre
commit
06f5183646
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,