From 89382041ef6776f2c29b7d584c8a769afe715b5b Mon Sep 17 00:00:00 2001 From: annie_wangli Date: Wed, 6 Apr 2022 14:32:34 +0800 Subject: [PATCH] update docs Signed-off-by: annie_wangli --- .../reference/native-lib/third_party_libuv/libuv.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 12a9a64f2b..5fbe606083 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. -- GitLab