Skip to content

Commit 84af09d

Browse files
authored
Fix variable name typo from 'extension' to 'extensions' (#258)
This vector is called is the next section as 'extensions'
1 parent 682e879 commit 84af09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/03_Drawing_a_triangle/00_Setup/01_Instance.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ ignore for now.
211211

212212
[,c++]
213213
----
214-
auto extension = context.enumerateInstanceExtensionProperties();
214+
auto extensions = context.enumerateInstanceExtensionProperties();
215215
----
216216

217217
Each `VkExtensionProperties` struct contains the name and version of an

0 commit comments

Comments
 (0)