Merge pull request #352 from donovan/readme-fix

fix minor typo in readme
This commit is contained in:
tomaka 2017-01-11 11:45:34 +01:00 committed by GitHub
commit 21da4133f4

View File

@ -13,7 +13,7 @@ What does vulkano do?
- Provides a low-levelish API around Vulkan. It doesn't hide what it does, but provides some
comfort types.
- Plans to prevents all invalid API usages, even the most obscure ones. The purpose of vulkano
- Plans to prevent all invalid API usages, even the most obscure ones. The purpose of vulkano
is not to draw a teapot, but to cover all possible usages of Vulkan and detect all the
possible problems. Invalid API usage is prevented thanks to both compile-time checks and
runtime checks.