Fix a typo on README.md

This commit is contained in:
Ali Emre Gülcü 2021-09-06 11:43:28 +03:00
parent 2840a8cd3f
commit de85e5396b

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