Skip to content

Commit

Permalink
[dotnet] Linting and supressing compiler warning in support assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Aug 29, 2023
1 parent 1dcbcc2 commit cbda4dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/src/support/Events/EventFiringWebDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ public void Dispose()
/// <returns>The value returned by the script.</returns>
/// <remarks>
/// <para>
/// The <see cref="ExecuteScript"/>method executes JavaScript in the context of
/// The ExecuteScript method executes JavaScript in the context of
/// the currently selected frame or window. This means that "document" will refer
/// to the current document. If the script has a return value, then the following
/// steps will be taken:
Expand Down Expand Up @@ -478,7 +478,7 @@ public object ExecuteScript(string script, params object[] args)
/// <returns>The value returned by the script.</returns>
/// <remarks>
/// <para>
/// The <see cref="ExecuteScript"/>method executes JavaScript in the context of
/// The ExecuteScript method executes JavaScript in the context of
/// the currently selected frame or window. This means that "document" will refer
/// to the current document. If the script has a return value, then the following
/// steps will be taken:
Expand Down

0 comments on commit cbda4dd

Please sign in to comment.