From de85e5396bb2354ca9f71912525dc39fcad3da13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20Emre=20G=C3=BClc=C3=BC?= Date: Mon, 6 Sep 2021 11:43:28 +0300 Subject: [PATCH] Fix a typo on README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 561a6ec..c58d6e5 100644 --- a/README.md +++ b/README.md @@ -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