Explorar o código

Fix typo: "NetWork" -> "Network"

"W" -> "w". In ASCII, that is +32 :)
David James %!s(int64=2) %!d(string=hai) anos
pai
achega
741098e893
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/server/mod.rs

+ 1 - 1
src/server/mod.rs

@@ -624,7 +624,7 @@ fn print_console_info(ip: &String, port: u16, config: &CrateConfig, options: Pre
         format!("http://localhost:{}/", port).blue()
     );
     println!(
-        "\t> NetWork : {}",
+        "\t> Network : {}",
         format!("http://{}:{}/", ip, port).blue()
     );
     println!("");