Fixed comment to the index accessor

This commit is contained in:
Paul Masurel
2021-09-23 21:53:48 +09:00
parent b256df6599
commit 367f5da782

View File

@@ -348,9 +348,7 @@ impl IndexWriter {
self.operation_sender = sender;
}
/// Accessor to the index
///
/// The index is actually cloned.
/// Accessor to the index.
pub fn index(&self) -> &Index {
&self.index
}