Skip to content

Commit

Permalink
Update rbx_dom_weak/CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Micah <[email protected]>
  • Loading branch information
kennethloeffler and Dekkonot authored Oct 30, 2024
1 parent 77e6ac7 commit 8e3c3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rbx_dom_weak/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ where
V: Into<Variant>,
I: IntoIterator<Item = (K, V)>,
```
* 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<Ref, Instance, RandomState>) {
```
Expand Down

0 comments on commit 8e3c3f7

Please sign in to comment.