Remove stray "a".
Co-authored-by: atlv <email@atlasdostal.com>
This commit is contained in:
parent
0a3e20b080
commit
2254805e8f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user