Skip to content

Commit a519440

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

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
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: Apache-2.0
33

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

0 commit comments

Comments
 (0)