Skip to content

Commit

Permalink
Fix method documentation (#8077)
Browse files Browse the repository at this point in the history
  • Loading branch information
MandarJKulkarni authored Feb 29, 2020
1 parent f878211 commit a3734f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/Remote/RemoteWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public void Maximize()
}

/// <summary>
/// Minimizes the current window if it is not already maximized.
/// Minimizes the current window if it is not already minimized.
/// </summary>
public void Minimize()
{
Expand Down

0 comments on commit a3734f2

Please sign in to comment.