This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch delete-recursive
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/delete-recursive by this push:
new 55946291ca Fix typo
55946291ca is described below
commit 55946291ca3e882ebc9c175f278f77222ed4127a
Author: Xuanwo <[email protected]>
AuthorDate: Sat Jan 6 11:39:21 2024 +0800
Fix typo
Signed-off-by: Xuanwo <[email protected]>
---
core/src/docs/rfcs/3911_deleter_api.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/src/docs/rfcs/3911_deleter_api.md
b/core/src/docs/rfcs/3911_deleter_api.md
index 9e73f39add..b87636b0d0 100644
--- a/core/src/docs/rfcs/3911_deleter_api.md
+++ b/core/src/docs/rfcs/3911_deleter_api.md
@@ -131,7 +131,7 @@ trait Accessor {
}
```
-And the `delete` API will be changed to return a `Deleter` instead:
+And the `delete` API will be changed to return a `oio::Delete` instead:
```diff
trait Accessor {