Update doc comment for Database::load_masterlist_with_prelude()

This commit is contained in:
Oliver Hamlet
2025-06-11 17:49:48 +01:00
parent e7f2098519
commit 04b8f44592
+2 -1
View File
@@ -70,7 +70,8 @@ impl Database {
/// Loads the masterlist from the given path, using the prelude at the given
/// path.
///
/// Replaces any existing data that was previously loaded from a masterlist.
/// Replaces any existing data that was previously loaded from a masterlist
/// and prelude.
pub fn load_masterlist_with_prelude(
&mut self,
masterlist_path: &Path,