Fix doc comment

Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
Louis Dureuil
2023-02-09 12:15:53 +01:00
parent 82ae5df706
commit 5daaf7cd5f

View File

@ -290,6 +290,8 @@ mod index_map {
/// Attempts to delete and index. /// Attempts to delete and index.
/// ///
/// `end_deletion` must be called just after.
///
/// # Status table /// # Status table
/// ///
/// | Previous Status | New Status | Return value | /// | Previous Status | New Status | Return value |
@ -312,7 +314,9 @@ mod index_map {
} }
} }
/// Marks that an index finished deletion. /// Marks that an index deletion finished.
///
/// Must be used after calling `start_deletion`.
/// ///
/// # Status table /// # Status table
/// ///