From 04b8f44592517fd0902b9fd13e8cd74a65855122 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 11 Jun 2025 17:49:48 +0100 Subject: [PATCH] Update doc comment for Database::load_masterlist_with_prelude() --- src/database/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/database/mod.rs b/src/database/mod.rs index f132fa02..8e6ca4b2 100644 --- a/src/database/mod.rs +++ b/src/database/mod.rs @@ -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,