Skip to content

Commit 20da609

Browse files
Update crates/tap-agent/src/adaptative_concurrency.rs
Co-authored-by: Joseph Livesey <[email protected]>
1 parent a519440 commit 20da609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tap-agent/src/adaptative_concurrency.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
//! # Adaptative concurrency
55
//! This module provides [AdaptiveLimiter] as a tool to allow concurrency.
6-
//! It's implemented with a Additive increase, Multiplicative decrease
6+
//! It's implemented with an Additive increase, Multiplicative decrease
77
//! ([AIMD](https://en.wikipedia.org/wiki/Additive_increase/multiplicative_decrease))
88
//! strategy.
99
//!

0 commit comments

Comments
 (0)