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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3cf54980 docs(services/memory): Fix wrong explanation (#2002)
3cf54980 is described below

commit 3cf54980837249533aa2d5f8344e39549362bd72
Author: silver-ymz <[email protected]>
AuthorDate: Sat Apr 15 12:25:42 2023 +0800

    docs(services/memory): Fix wrong explanation (#2002)
---
 core/src/services/memory/backend.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/services/memory/backend.rs 
b/core/src/services/memory/backend.rs
index 66589c6b..56214bf3 100644
--- a/core/src/services/memory/backend.rs
+++ b/core/src/services/memory/backend.rs
@@ -26,7 +26,7 @@ use crate::raw::adapters::kv;
 use crate::raw::*;
 use crate::*;
 
-/// In memory service support. (HashMap Based)
+/// In memory service support. (BTreeMap Based)
 ///
 /// # Capabilities
 ///

Reply via email to