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 a519440 commit 20da609Copy full SHA for 20da609
crates/tap-agent/src/adaptative_concurrency.rs
@@ -3,7 +3,7 @@
3
4
//! # Adaptative concurrency
5
//! This module provides [AdaptiveLimiter] as a tool to allow concurrency.
6
-//! It's implemented with a Additive increase, Multiplicative decrease
+//! It's implemented with an Additive increase, Multiplicative decrease
7
//! ([AIMD](https://en.wikipedia.org/wiki/Additive_increase/multiplicative_decrease))
8
//! strategy.
9
//!
0 commit comments