Skip to content

Commit a24cd33

Browse files
updated comment for examples
1 parent 78a04fa commit a24cd33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

specs/BrowserTaskManager.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ manager is already opened, this method will do nothing.
1616
``` cpp
1717
wil::com_ptr<ICoreWebView2_5> m_webview;
1818

19-
// This method could be called from a menu, such as
19+
// This method could be called from a menu bar item, such as
2020
// [Script -> Show Task Manager].
2121
void ScriptComponent::ShowTaskManager()
2222
{
@@ -30,7 +30,7 @@ void ScriptComponent::ShowTaskManager()
3030
```c#
3131
private WebView2 m_webview;
3232

33-
// This method could be called from a menu, such as
33+
// This method could be called from a menu bar item, such as
3434
// [Script -> Show Task Manager].
3535
void ShowTaskManager()
3636
{

0 commit comments

Comments
 (0)