Skip to content

Commit aeb152b

Browse files
committed
Improve docuements
1 parent 2944f11 commit aeb152b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Plugin/Interfaces/IQuickSwitchExplorer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public interface IQuickSwitchExplorer : IDisposable
1616
/// The handle of the foreground window to check.
1717
/// </param>
1818
/// <returns>
19-
/// The explorer window if the foreground window is a Windows Explorer instance. Null if it is not.
19+
/// The window if the foreground window is a file explorer instance. Null if it is not.
2020
/// </returns>
2121
IQuickSwitchExplorerWindow? CheckExplorerWindow(IntPtr hwnd);
2222
}

0 commit comments

Comments
 (0)