Skip to content

Commit ee4fa8c

Browse files
committed
Fix typo.
1 parent 559734b commit ee4fa8c

File tree

1 file changed

+2
-2
lines changed
  • vsix/ProjectTemplates/VC/Windows Universal/StaticLibrary

1 file changed

+2
-2
lines changed

vsix/ProjectTemplates/VC/Windows Universal/StaticLibrary/readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This project demonstrates how to get started authoring Windows Runtime
66
classes directly with standard C++, using the C++/WinRT SDK component
77
to generate implementation headers from interface (IDL) files. The
88
generated static library should be consumed by a single Runtime Component
9-
or App project and the and types will automatically be added to that
10-
binary.
9+
or App project and the types will automatically be added to that binary.
10+
1111
To be able to instantiate types from the static library you need to
1212
update the activation factory in the consuming binary to call the
1313
activation factory exposed by this static library using code similar to:

0 commit comments

Comments
 (0)