diff options
| author | 2023-07-03 15:34:49 +0100 | |
|---|---|---|
| committer | 2023-07-03 18:43:31 +0100 | |
| commit | 377566b0e68ec8bbae6cd13701519c0cd492fca5 (patch) | |
| tree | 50754ba56667e2e3175ee8b2fa9a448cc4741f58 /include/modules | |
| parent | Make MaxTargets a size_t. (diff) | |
Fix a minor Doxygen comment issue.
Diffstat (limited to 'include/modules')
| -rw-r--r-- | include/modules/cloak.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/cloak.h b/include/modules/cloak.h index e2f035428..488ba56cd 100644 --- a/include/modules/cloak.h +++ b/include/modules/cloak.h @@ -75,7 +75,7 @@ public: virtual List* GetCloaks(LocalUser* user) = 0; /** Determines whether any cloaks of the specified type exist. - * @param method The engine to check the active status of. + * @param engine The engine to check the active status of. */ virtual bool IsActiveCloak(const Cloak::Engine& engine) = 0; |
