Skip to content

Commit

Permalink
docs: fix a typo on the landing page (#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
unixzii authored Jun 13, 2023
1 parent 276b61e commit d2abd75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import TabItem from '@theme/TabItem';
```rust
use opendal::Operator;

let op = Operator::via_map(Scheme::Fs, HashMap::new()?;
let op = Operator::via_map(Scheme::Fs, HashMap::new())?;
op.read("path/to/file").await?;
```

Expand Down

0 comments on commit d2abd75

Please sign in to comment.