docs: fix typo in `Step::Drop`

Co-authored-by: Andrew Lamb <alamb@influxdata.com>
pull/24376/head
Marco Neumann 2021-08-17 09:41:30 +02:00
parent ceaa841e59
commit 177d5fbb35
1 changed files with 2 additions and 1 deletions

View File

@ -507,7 +507,8 @@ mod tests {
/// Drop partitions.
///
/// Note that this only works for fully persisted partitions.
/// Note that this only works for fully persisted partitions if
/// the database is configured for persistence.
///
/// The partitions are by table name and partition key.
Drop(Vec<(&'static str, &'static str)>),