Skip to content

Commit

Permalink
Fix typo in the code example (#5020)
Browse files Browse the repository at this point in the history
Fix typo in the example
  • Loading branch information
MahdiBaghbani authored Aug 19, 2024
1 parent d46cbc0 commit 0397aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/dav-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This crate can help you to access ANY storage services with the same webdav API.
```
use anyhow::Result;
use dav_server::davpath::DavPath;
carguse dav_server_opendalfs::OpendalFs;
use dav_server_opendalfs::OpendalFs;
use opendal::services::Memory;
use opendal::Operator;
Expand Down

0 comments on commit 0397aba

Please sign in to comment.