Skip to content

Commit 184bd6a

Browse files
committed
Fix XML DOC
1 parent 0353a65 commit 184bd6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/Alert.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public void Accept()
7171
/// Sends keys to the alert.
7272
/// </summary>
7373
/// <param name="keysToSend">The keystrokes to send.</param>
74-
/// <exception cref="ArgumentNullException">If <paramref name="keysToSend" /> is null.</exception>
74+
/// <exception cref="ArgumentNullException">If <paramref name="keysToSend" /> is <see langword="null"/>.</exception>
7575
public void SendKeys(string keysToSend)
7676
{
7777
if (keysToSend == null)

0 commit comments

Comments
 (0)