Skip to content

Commit 0721800

Browse files
[dotnet] Annotate nullability on DevToolsSession (#15244)
1 parent d6c4aa2 commit 0721800

File tree

5 files changed

+86
-90
lines changed

5 files changed

+86
-90
lines changed

Diff for: dotnet/src/webdriver/DevTools/DevToolsCommandData.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class DevToolsCommandData
3535
/// <summary>
3636
/// Initializes a new instance of the DevToolsCommandData class.
3737
/// </summary>
38-
/// <param name="commandId">The ID of the commmand execution.</param>
38+
/// <param name="commandId">The ID of the command execution.</param>
3939
/// <param name="commandName">The method name of the DevTools command.</param>
4040
/// <param name="commandParameters">The parameters of the DevTools command.</param>
4141
/// <exception cref="ArgumentNullException">If <paramref name="commandName"/> is <see langword="null"/>.</exception>
@@ -47,7 +47,7 @@ public DevToolsCommandData(long commandId, string commandName, JsonNode commandP
4747
/// <summary>
4848
/// Initializes a new instance of the DevToolsCommandData class.
4949
/// </summary>
50-
/// <param name="commandId">The ID of the commmand execution.</param>
50+
/// <param name="commandId">The ID of the command execution.</param>
5151
/// <param name="sessionId">The session ID of the current command execution.</param>
5252
/// <param name="commandName">The method name of the DevTools command.</param>
5353
/// <param name="commandParameters">The parameters of the DevTools command.</param>

0 commit comments

Comments
 (0)