From afdafa492e24ccc791048c3736c29ac1b1bc42e8 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 1 Feb 2025 13:49:45 +0000 Subject: [PATCH] Fix typo in doc comment --- include/loot/database_interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/loot/database_interface.h b/include/loot/database_interface.h index 229abfde..3ce1263e 100644 --- a/include/loot/database_interface.h +++ b/include/loot/database_interface.h @@ -99,7 +99,7 @@ public: /** * @brief Gets the Bash Tags that are listed in the loaded metadata lists. - * @details Bash Tag suggestions can include plugins not in this list. + * @details Bash Tag suggestions can include Bash Tags not in this list. * @returns A set of Bash Tag names. */ virtual std::vector GetKnownBashTags() const = 0;