This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch cleanup in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 966dc7c1465d0d3fd04073562d24b18cd39b27b4 Author: Xuanwo <[email protected]> AuthorDate: Thu Nov 16 22:58:50 2023 +0800 Cleanup comments Signed-off-by: Xuanwo <[email protected]> --- core/src/raw/oio/list/hierarchy_list.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/raw/oio/list/hierarchy_list.rs b/core/src/raw/oio/list/hierarchy_list.rs index 0fd4dfdbc..3c67abc11 100644 --- a/core/src/raw/oio/list/hierarchy_list.rs +++ b/core/src/raw/oio/list/hierarchy_list.rs @@ -23,7 +23,7 @@ use std::task::Poll; use crate::raw::*; use crate::*; -/// ToHierarchyLister will convert a flat page to hierarchy by filter +/// ToHierarchyLister will convert a flat list to hierarchy by filter /// not needed entries. /// /// # Notes @@ -32,7 +32,7 @@ use crate::*; /// to return an empty vec. It doesn't mean the all pages have been /// returned. /// -/// Please keep calling next_page until we returned `Ok(None)` +/// Please keep calling next until we returned `Ok(None)` pub struct HierarchyLister<P> { lister: P, path: String,
