From cff5856add0402e3eb7a8862b2d864c7e6929504 Mon Sep 17 00:00:00 2001 From: Ben C Date: Thu, 20 Jul 2023 11:03:47 -0400 Subject: [PATCH] [CORE] Fix Doc Warnings --- owmods_core/src/db/remote.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owmods_core/src/db/remote.rs b/owmods_core/src/db/remote.rs index 98be1e0a..779f3777 100644 --- a/owmods_core/src/db/remote.rs +++ b/owmods_core/src/db/remote.rs @@ -115,7 +115,7 @@ impl RemoteDatabase { /// /// ## Returns /// - /// A Vec of tags sorted by the amount of times they appear in the database (highest -> lowest) + /// A `Vec` of tags sorted by the amount of times they appear in the database (highest -> lowest) /// pub fn get_tags(&self) -> Vec { let mut tags: Vec = self