From 42328e4f8d16e9b9237ced09882d5fc8a3c8ea02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 22 Sep 2023 13:22:35 +0200 Subject: [PATCH] Doc++ --- src/Magnum/Vk/Test/ImageViewTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Vk/Test/ImageViewTest.cpp b/src/Magnum/Vk/Test/ImageViewTest.cpp index aa7e1aa69..3befc0b5d 100644 --- a/src/Magnum/Vk/Test/ImageViewTest.cpp +++ b/src/Magnum/Vk/Test/ImageViewTest.cpp @@ -154,7 +154,7 @@ void ImageViewTest::createInfoConstructFromImageFormatUknown() { CORRADE_COMPARE(out.str(), "Vk::ImageViewCreateInfo: the image has unknown format, you have to specify it explicitly\n" /* The second assert won't appear for the user, it's here only because - the graceful assert can'ลง do an early exist in a delegeated + the graceful assert can't do an early exist in a delegeated constructor call */ "Vk::imageAspectsFor(): can't get an aspect for Vk::PixelFormat(0)\n"); }