Skip to content

Commit f31351b

Browse files
committed
change document to documents
1 parent b727043 commit f31351b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dumps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//!
77
//! During a [dump export](Client::create_dump), all [indexes](crate::indexes::Index) of the current instance are exported—together with their documents and settings—and saved as a single `.dump` file.
88
//!
9-
//! During a dump import, all indexes contained in the indicated `.dump` file are imported along with their associated [documents](crate::document::Document) and [settings](crate::settings::Settings).
9+
//! During a dump import, all indexes contained in the indicated `.dump` file are imported along with their associated [documents](crate::documents::Document) and [settings](crate::settings::Settings).
1010
//! Any existing [index](crate::indexes::Index) with the same uid as an index in the dump file will be overwritten.
1111
//!
1212
//! Dump imports are [performed at launch](https://docs.meilisearch.com/reference/features/configuration.html#import-dump) using an option.

0 commit comments

Comments
 (0)