Ver código fonte

Merge pull request #149 from xpe/patch-1

Fix typo: "NetWork" -> "Network"
YuKun Liu 2 anos atrás
pai
commit
5f35fa6e16
1 arquivos alterados com 1 adições e 1 exclusões
  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!("");