Skip to content

Commit

Permalink
fix: minor doc issue (#4517)
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Miao authored Apr 24, 2024
1 parent ff52a60 commit 777be89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/src/types/operator/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -484,11 +484,11 @@ impl Operator {
/// Set `concurrent` for the reader.
///
/// OpenDAL by default to write file without concurrent. This is not efficient for cases when users
/// read large chunks of data. By setting `concurrent`, opendal will reading files concurrently
/// read large chunks of data. By setting `concurrent`, opendal will read files concurrently
/// on support storage services.
///
/// By setting `concurrent``, opendal will fetch chunks concurrently with
/// the give chunk size.
/// By setting `concurrent`, opendal will fetch chunks concurrently with
/// the given chunk size.
///
/// ```no_run
/// # use opendal::Result;
Expand Down

0 comments on commit 777be89

Please sign in to comment.