This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch polish-comments
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git

commit 366504840823087c111c8ff4f0a8158bc5102e7b
Author: Xuanwo <[email protected]>
AuthorDate: Thu Nov 23 16:49:10 2023 +0800

    Fix comments
    
    Signed-off-by: Xuanwo <[email protected]>
---
 core/src/raw/oio/list/api.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/raw/oio/list/api.rs b/core/src/raw/oio/list/api.rs
index 55dd2ff31..6130aa914 100644
--- a/core/src/raw/oio/list/api.rs
+++ b/core/src/raw/oio/list/api.rs
@@ -97,7 +97,7 @@ impl<P: List> List for Option<P> {
 /// Impl ListExt for all T: List
 impl<T: List> ListExt for T {}
 
-/// Extension of [`Read`] to make it easier for use.
+/// Extension of [`List`] to make it easier for use.
 pub trait ListExt: List {
     /// Build a future for `poll_next`.
     fn next(&mut self) -> NextFuture<Self> {

Reply via email to