chore: fix description for Context::assets change from #9141 (#9148)

This commit is contained in:
Amr Bashir 2024-03-11 19:47:03 +02:00 committed by GitHub
parent e673854c83
commit a44cd5a183
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,4 +2,4 @@
"tauri": patch:breaking
---
`Context::assets` now returns `&dyn Assets` instead of `Box<&dyn Assets>`.
`Context::assets` now returns `&dyn Assets` instead of `&A` generic.