docs: fix `set_writing_to_object_store` docstring

pull/24376/head
Marco Neumann 2021-05-31 15:44:29 +02:00
parent 996ce833f1
commit 991314ebe8
1 changed files with 1 additions and 1 deletions

View File

@ -573,7 +573,7 @@ impl Chunk {
}
}
/// Set the chunk to the MovingToObjectStore state
/// Start lifecycle action that should move the chunk into the _persisted_ stage.
pub fn set_writing_to_object_store(
&mut self,
registration: &TaskRegistration,