Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e4ab84f

Browse files
Merge pull request #14 from her-cat/fix_typo
Fix typo
2 parents 9dcd98b + 495bd71 commit e4ab84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/网络模块/sleep(四).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ if (uv__next_timeout(loop) < 0)
9898
}
9999
```
100100

101-
这段代码的作用是先执行`uv__next_timeout`来判断一下是否还有为执行的定时器,如果没有,那么会返回`-1`,然后执行`uv_stop``loop->stop_flag`设置为1,结束我们最外层的`while`循环。
101+
这段代码的作用是先执行`uv__next_timeout`来判断一下是否还有未执行的定时器,如果没有,那么会返回`-1`,然后执行`uv_stop``loop->stop_flag`设置为1,结束我们最外层的`while`循环。
102102

103103
`OK`,我们来重新编译、安装一下:
104104

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /