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
+1 -1
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