From e9dcd8b7ba36f51a0690de9d500e6f3f241ea289 Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Fri, 23 Jan 2026 16:15:25 +0800 Subject: [PATCH] Fix code comments Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- Flow.Launcher.Plugin/Result.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Result.cs b/Flow.Launcher.Plugin/Result.cs index e944081f9..e0c5d494e 100644 --- a/Flow.Launcher.Plugin/Result.cs +++ b/Flow.Launcher.Plugin/Result.cs @@ -69,7 +69,7 @@ namespace Flow.Launcher.Plugin /// /// Path or URI to the icon image for this result. - /// Updates appropriately when set. + /// Updates appropriately when set. /// /// /// Preferred usage: provide a path relative to the plugin directory (for example: "Images\icon.png").