diff --git a/en/application-dev/reference/native-lib/third_party_libuv/libuv.md b/en/application-dev/reference/native-lib/third_party_libuv/libuv.md index 12a9a64f2bfd340aa6e8a383cc032fe8c38cdeb8..5fbe6060835a391832904bd396635bdf00e2585d 100644 --- a/en/application-dev/reference/native-lib/third_party_libuv/libuv.md +++ b/en/application-dev/reference/native-lib/third_party_libuv/libuv.md @@ -12,6 +12,7 @@ libuv is a cross-platform library that implements asynchronous I/O based on even -Implements cross-platform asynchronous I/O based on event loops. +libuv implements cross-platform asynchronous I/O based on event loops. + +It supports standard lib interfaces. -Supports standard lib interfaces.