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;