fix typo in docs/tutorial13-threading

Propably -> Probably
pull/318/head
Daisuke Kato 2 years ago committed by dskkato
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…
Cancel
Save