We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23c6a1 commit 17aa785Copy full SHA for 17aa785
1 file changed
specs/MultiProfile.md
@@ -38,7 +38,7 @@ HRESULT AppWindow::CreateControllerWithOptions()
38
}
39
40
wil::com_ptr<ICoreWebView2ControllerOptions> options;
41
- // The validation of name occurs when setting the property.
+ // The validation of parameters occurs when setting the properties.
42
HRESULT hr = webViewEnvironment4->CreateCoreWebView2ControllerOptions(options.GetAddressOf());
43
if (hr == E_INVALIDARG)
44
{
0 commit comments