summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 85f50f10..eacc9d49 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -872,7 +872,7 @@ impl Config {
/// Sets the congestion control algorithm used by string.
///
- /// The default value is `reno`. On error `Error::CongestionControl`
+ /// The default value is `cubic`. On error `Error::CongestionControl`
/// will be returned.
///
/// ## Examples: