Merge pull request #1061 from Lephar/master

Fix a typo on README.md
This commit is contained in:
Andreas Süßenbach 2021-09-06 14:29:22 +02:00 committed by GitHub
commit 3e43c9c101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -286,7 +286,7 @@ switch (result.result)
case vk::Result::eTimeout:
case vk::Result::eNotReady:
case vk::Result::eSuboptimalKHR:
// do something meaningfull
// do something meaningful
break;
default:
// should not happen, as other return codes are considered to be an error and throw an exception