Skip to content

Commit d51b53c

Browse files
committed
nitpick: fix XML doc comment
1 parent 9abca5e commit d51b53c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotnet/src/webdriver/DevTools/DevToolsSession.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ public T GetVersionSpecificDomains<T>() where T : DevToolsSessionDomains
158158
/// </summary>
159159
/// <typeparam name="TCommandResponse"></typeparam>
160160
/// <typeparam name="TCommand">A command object implementing the <see cref="ICommand"/> interface.</typeparam>
161-
/// <param name="command">A CancellationToken object to allow for cancellation of the command.</param>
162-
/// <param name="cancellationToken">The command to be sent.</param>
161+
/// <param name="command">The command to be sent.</param>
162+
/// <param name="cancellationToken">A CancellationToken object to allow for cancellation of the command.</param>
163163
/// <param name="millisecondsTimeout">The execution timeout of the command in milliseconds.</param>
164164
/// <param name="throwExceptionIfResponseNotReceived"><see langword="true"/> to throw an exception if a response is not received; otherwise, <see langword="false"/>.</param>
165165
/// <returns>The command response object implementing the <see cref="ICommandResponse{T}"/> interface.</returns>

0 commit comments

Comments
 (0)