Fix typo in doc comment

This commit is contained in:
Oliver Hamlet
2025-02-01 19:25:19 +00:00
parent 0fd1b82fb4
commit afdafa492e
+1 -1
View File
@@ -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<std::string> GetKnownBashTags() const = 0;