diff --git a/rbx_dom_weak/CHANGELOG.md b/rbx_dom_weak/CHANGELOG.md index 5e2537dd..27d245cb 100644 --- a/rbx_dom_weak/CHANGELOG.md +++ b/rbx_dom_weak/CHANGELOG.md @@ -89,7 +89,7 @@ where V: Into, I: IntoIterator, ``` -* Started using [ahash](https://docs.rs/ustr/latest/ustr/) for hash maps, consequently changing the signature of `WeakDom::into_raw` from +* Started using [ahash](https://docs.rs/ahash/latest/ahash/) for hash maps, consequently changing the signature of `WeakDom::into_raw` from ```rust pub fn into_raw(self) -> (Ref, HashMap) { ```