changelog: fix typo in quadratic (#6079)

This commit is contained in:
Alice Ryhl 2023-10-15 20:30:46 +02:00 committed by GitHub
parent 723934242b
commit a08ad926b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@
### Fixed
- sync: fix potential quadradic behavior in `broadcast::Receiver` ([#5925])
- sync: fix potential quadratic behavior in `broadcast::Receiver` ([#5925])
### Added