diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs
index 7225f61d6..0d42dbb8e 100644
--- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs
+++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Everything/EverythingAPI.cs
@@ -214,7 +214,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search.Everything
/// Convert the highlighted string from Everything API to a list of highlight indexes for our Result.
///
/// Text inside a * quote is highlighted, two consecutive *'s is a single literal *. For example, in the highlighted text: abc*123* the 123 part is highlighted.
- ///
+ /// A list of zero-based character indices that should be highlighted.
public static List EverythingHighlightStringToHighlightList(string highlightString)
{
var highlightData = new List();