diff --git a/core/src/types/operator/blocking_operator.rs b/core/src/types/operator/blocking_operator.rs index efa29dceb93..2b479624a88 100644 --- a/core/src/types/operator/blocking_operator.rs +++ b/core/src/types/operator/blocking_operator.rs @@ -330,7 +330,7 @@ impl BlockingOperator { /// # } /// ``` pub fn read(&self, path: &str) -> Result> { - self.range _read(path, ..) + self.range_read(path, ..) } /// Read the specified range of path into a bytes.