diff --git a/Flow.Launcher.Plugin/PluginHotkey.cs b/Flow.Launcher.Plugin/PluginHotkey.cs
index 18f650e88..f2b5f8503 100644
--- a/Flow.Launcher.Plugin/PluginHotkey.cs
+++ b/Flow.Launcher.Plugin/PluginHotkey.cs
@@ -13,7 +13,7 @@ public class BasePluginHotkey
///
/// Initializes a new instance of the class with the specified hotkey type.
///
- ///
+ /// The type of hotkey (Global or SearchWindow).
protected BasePluginHotkey(HotkeyType type)
{
HotkeyType = type;