Skip to content

Commit

Permalink
Correct documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abitofevrything committed Aug 18, 2023
1 parent 74457e4 commit 14b6751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/http/handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class HttpHandler {
/// To get the network latency for this [HttpHandler], see [realLatency].
Duration get latency => _latencies.isEmpty ? Duration.zero : (_latencies.reduce((a, b) => a + b) ~/ _latencies.length);

/// The average network latency of the last 10 requests.
/// The average network and API latency of the last 10 requests.
///
/// This time measures how long each request takes to get a response from Discord's API, regardless of holding or retries due to rate limiting. This is not an
/// indicator of how long each call to [execute] takes to complete.
Expand Down

0 comments on commit 14b6751

Please sign in to comment.