We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 336598b commit a519440Copy full SHA for a519440
crates/tap-agent/src/adaptative_concurrency.rs
@@ -2,7 +2,7 @@
2
// SPDX-License-Identifier: Apache-2.0
3
4
//! # Adaptative concurrency
5
-//! This module provide [AdaptiveLimiter] as a tool to allow concurrency.
+//! This module provides [AdaptiveLimiter] as a tool to allow concurrency.
6
//! It's implemented with a Additive increase, Multiplicative decrease
7
//! ([AIMD](https://en.wikipedia.org/wiki/Additive_increase/multiplicative_decrease))
8
//! strategy.
0 commit comments