diff --git a/en/03_Drawing_a_triangle/00_Setup/02_Validation_layers.adoc b/en/03_Drawing_a_triangle/00_Setup/02_Validation_layers.adoc index 8e873d4a..6aea007b 100644 --- a/en/03_Drawing_a_triangle/00_Setup/02_Validation_layers.adoc +++ b/en/03_Drawing_a_triangle/00_Setup/02_Validation_layers.adoc @@ -160,7 +160,7 @@ the GLFW dependency for windowing. We'll check if all the required extensions are available. We first get a list of all supported instance extensions by using the -`vk::raii::Context::enumerateInstanceLayerProperties` function and check that all +`vk::raii::Context::enumerateInstanceExtensionProperties` function and check that all required layers are listed in that list. This check is also performed directly in the `createInstance` function: