We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682e879 commit 84af09dCopy full SHA for 84af09d
1 file changed
en/03_Drawing_a_triangle/00_Setup/01_Instance.adoc
@@ -211,7 +211,7 @@ ignore for now.
211
212
[,c++]
213
----
214
-auto extension = context.enumerateInstanceExtensionProperties();
+auto extensions = context.enumerateInstanceExtensionProperties();
215
216
217
Each `VkExtensionProperties` struct contains the name and version of an
0 commit comments