From a3f12c394a2fa38dc30265233f6edc6d67484455 Mon Sep 17 00:00:00 2001 From: Yi Feng <66539215+bigyifeng@users.noreply.github.com> Date: Tue, 22 Aug 2023 13:54:17 +0800 Subject: [PATCH] Update net.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 错别字 --- "\346\250\241\345\235\227/net.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/\346\250\241\345\235\227/net.md" "b/\346\250\241\345\235\227/net.md" index 0103a08..5ec481a 100644 --- "a/\346\250\241\345\235\227/net.md" +++ "b/\346\250\241\345\235\227/net.md" @@ -192,7 +192,7 @@ close回调:服务端异常:Not running 了解node事件循环的同学对这两个API应该不陌生,主要用于将server 加入事件循环/从事件循环里面剔除,影响就在于会不会影响进程的退出。 -对出学习net的同学来说,并不需要特别关注,感兴趣的自己做下实验就好。 +对于学习net的同学来说,并不需要特别关注,感兴趣的自己做下实验就好。 ### 事件 listening/connection/close/error @@ -313,4 +313,4 @@ socket.ref()、socket.unref() ## 相关链接 官方文档: -https://nodejs.org/api/net.html#net_socket_destroy_exception \ No newline at end of file +https://nodejs.org/api/net.html#net_socket_destroy_exception