Skip to content

Commit 53b47be

Browse files
committed
docs: explicitly describe filesystem_check does fix and not only checks it
1 parent 948396f commit 53b47be

File tree

1 file changed

+1
-1
lines changed
  • crates/core/src/operations

1 file changed

+1
-1
lines changed

crates/core/src/operations/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ impl DeltaOps {
257257
VacuumBuilder::new(self.0.log_store, self.0.state.map(|s| s.snapshot))
258258
}
259259

260-
/// Audit active files with files present on the filesystem
260+
/// Audit and fix active files with files present on the filesystem
261261
#[must_use]
262262
pub fn filesystem_check(self) -> FileSystemCheckBuilder {
263263
FileSystemCheckBuilder::new(self.0.log_store, self.0.state.map(|s| s.snapshot))

0 commit comments

Comments
 (0)