Skip to content

Commit 8850f24

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#2428 from zecozephyr/patch-1
Fix typo in callback-function-wrl.md
2 parents e7cdbf1 + f8979b9 commit 8850f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cppcx/wrl/callback-function-wrl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ template<
1717
typename TCallback
1818
>
1919
ComPtr<TDelegateInterface> Callback(
20-
TCallbackcallback
20+
TCallback callback
2121
);
2222
template<
2323
typename TDelegateInterface,

0 commit comments

Comments
 (0)