Skip to content

Commit 1b480aa

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#131 from charliearcuri/patch-1
use "a" instead of "the" - not specific
2 parents 0b1b2db + c5c1bd0 commit 1b480aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/windows/how-to-complete-asynchronous-operations-using-wrl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This document shows how to use the Windows Runtime C++ Template Library (WRL)to
1919

2020
This document shows two examples. The first example starts an asynchronous timer and waits for the timer to expire. In this example, you specify the asynchronous action when you create the timer object. The second example runs a background worker thread. This example shows how to work with a Windows Runtime method that returns an `IAsyncInfo` interface. The [Callback](../windows/callback-function-windows-runtime-cpp-template-library.md) function is an important part of both examples because it enables them to specify an event handler to process the results of the asynchronous operations.
2121

22-
For a more basic example that creates an instance of that component and retrieves a property value, see [How to: Activate and Use a Windows Runtime Component](../windows/how-to-activate-and-use-a-windows-runtime-component-using-wrl.md).
22+
For a more basic example that creates an instance of a component and retrieves a property value, see [How to: Activate and Use a Windows Runtime Component](../windows/how-to-activate-and-use-a-windows-runtime-component-using-wrl.md).
2323

2424
> [!TIP]
2525
> These examples use lambda expressions to define the callbacks. You can also use function objects (functors), function pointers, or [std::function](../standard-library/function-class.md) objects. For more information about C++ lambda expressions, see [Lambda Expressions](../cpp/lambda-expressions-in-cpp.md).
@@ -121,4 +121,4 @@ This document shows how to use the Windows Runtime C++ Template Library (WRL)to
121121
**cl.exe wrl-consume-asyncOp.cpp runtimeobject.lib**
122122

123123
## See Also
124-
[Windows Runtime C++ Template Library (WRL)](../windows/windows-runtime-cpp-template-library-wrl.md)
124+
[Windows Runtime C++ Template Library (WRL)](../windows/windows-runtime-cpp-template-library-wrl.md)

0 commit comments

Comments
 (0)