Skip to content

Commit 814fc99

Browse files
author
Colin Robertson
committed
Fix a broken f1_keywords metadata entry
1 parent aee7d15 commit 814fc99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/windows/invokemodeoptions-structure.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ms.custom: ""
44
ms.date: "03/22/2018"
55
ms.technology: ["cpp-windows"]
66
ms.topic: "reference"
7-
f1_keywords: ["event/Microsoft::WRL::InvokeModeOptions",
7+
f1_keywords: ["event/Microsoft::WRL::InvokeModeOptions"]
88
dev_langs: ["C++"]
99
helpviewer_keywords: ["InvokeModeOptions structure", "InvokeMode enum"]
1010
author: "mikeblome"
@@ -17,7 +17,7 @@ Specifies whether to fire all events in the delegate queue, or to stop firing af
1717

1818
## Syntax
1919

20-
```
20+
```cpp
2121
enum InvokeMode
2222
{
2323
StopOnFirstError = 1,
@@ -32,9 +32,9 @@ struct InvokeModeOptions
3232

3333
## Requirements
3434

35-
**Header:** event.h
35+
**Header:** event.h
3636

37-
**Namespace:** Microsoft::WRL
37+
**Namespace:** Microsoft::WRL
3838

3939
## See Also
4040

0 commit comments

Comments
 (0)