diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |