Remove stray "a".

Co-authored-by: atlv <email@atlasdostal.com>
This commit is contained in:
andriyDev 2025-07-08 23:57:15 -07:00 committed by GitHub
parent 0a3e20b080
commit 2254805e8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,7 +80,7 @@ fn init_my_resource(
}
```
Each case will be a slightly different. Two notes to be wary of:
Each case will be slightly different. Two notes to be wary of:
1. Functions that accept `&RenderDevice` for example may no longer compile after switching to
`Res<RenderDevice>`. This can be resolved by passing `&render_device` instead of