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