Skip to content

Commit

Permalink
[dotnet] Fixing doc string for Network Conditions methods
Browse files Browse the repository at this point in the history
Fixes issue #9461.
  • Loading branch information
jimevans committed Sep 29, 2021
1 parent 08ddd4d commit cd12f66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/src/webdriver/Chromium/ChromiumNetworkConditions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public TimeSpan Latency
}

/// <summary>
/// Gets or sets the throughput of the network connection in kb/second for downloading.
/// Gets or sets the throughput of the network connection in bytes/second for downloading.
/// </summary>
public long DownloadThroughput
{
Expand All @@ -61,7 +61,7 @@ public long DownloadThroughput
}

/// <summary>
/// Gets or sets the throughput of the network connection in kb/second for uploading.
/// Gets or sets the throughput of the network connection in bytes/second for uploading.
/// </summary>
public long UploadThroughput
{
Expand Down

0 comments on commit cd12f66

Please sign in to comment.