Skip to content

Commit 750a985

Browse files
JonahKKbarancev
authored andcommitted
Summary for Minimize method corrected
Signed-off-by: Alexei Barantsev <[email protected]>
1 parent ca9e9a4 commit 750a985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/IWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public interface IWindow
4343
void Maximize();
4444

4545
/// <summary>
46-
/// Minimizes the current window if it is not already maximized.
46+
/// Minimizes the current window if it is not already minimized.
4747
/// </summary>
4848
void Minimize();
4949

0 commit comments

Comments
 (0)