Skip to content

Commit

Permalink
changed Chrome to Firefox in comments (#2165)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkosLukacs authored and ddavison committed May 26, 2016
1 parent 28669da commit d702af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/Firefox/FirefoxDriverService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public static FirefoxDriverService CreateDefaultService(string driverPath)
}

/// <summary>
/// Creates a default instance of the FirefoxDriverService using a specified path to the ChromeDriver executable with the given name.
/// Creates a default instance of the FirefoxDriverService using a specified path to the Firefox driver executable with the given name.
/// </summary>
/// <param name="driverPath">The directory containing the Firefox driver executable.</param>
/// <param name="driverExecutableFileName">The name of th Firefox driver executable file.</param>
Expand Down

0 comments on commit d702af7

Please sign in to comment.