diff --git a/tokio/CHANGELOG.md b/tokio/CHANGELOG.md index 7ea302aae..d745ad660 100644 --- a/tokio/CHANGELOG.md +++ b/tokio/CHANGELOG.md @@ -85,7 +85,7 @@ ### Fixed -- sync: fix potential quadradic behavior in `broadcast::Receiver` ([#5925]) +- sync: fix potential quadratic behavior in `broadcast::Receiver` ([#5925]) ### Added