Skip to content

Commit 0397aba

Browse files
Fix typo in the code example (#5020)
Fix typo in the example
1 parent d46cbc0 commit 0397aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integrations/dav-server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This crate can help you to access ANY storage services with the same webdav API.
2323
```
2424
use anyhow::Result;
2525
use dav_server::davpath::DavPath;
26-
carguse dav_server_opendalfs::OpendalFs;
26+
use dav_server_opendalfs::OpendalFs;
2727
use opendal::services::Memory;
2828
use opendal::Operator;
2929

0 commit comments

Comments
 (0)