docs: fix `set_writing_to_object_store` docstring
parent
996ce833f1
commit
991314ebe8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue