mirror of
https://github.com/sotrh/learn-wgpu.git
synced 2024-11-13 13:10:41 +00:00
fix typo in docs/tutorial13-threading
Propably -> Probably
This commit is contained in:
parent
eed8f014c2
commit
c09edf860e
@ -107,7 +107,7 @@ impl Model {
|
||||
}
|
||||
```
|
||||
|
||||
We've parallelized loading the meshes, and making the vertex array for them. Propably a bit overkill, but `rayon` should prevent us from using too many threads.
|
||||
We've parallelized loading the meshes, and making the vertex array for them. Probably a bit overkill, but `rayon` should prevent us from using too many threads.
|
||||
|
||||
<div class="note">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user