浏览代码

Fix typo: "NetWork" -> "Network"

"W" -> "w". In ASCII, that is +32 :)
David James 2 年之前
父节点
当前提交
741098e893
共有 1 个文件被更改,包括 1 次插入1 次删除
  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!("");