@@ -433,7 +433,7 @@ typedef enum COREWEBVIEW2_PROCESS_FAILED_REASON {
433433 /// This only applies to the main frame's render process.
434434 COREWEBVIEW2_PROCESS_FAILED_REASON_UNRESPONSIVE,
435435
436- /// The process was killed. E.g. , from Task Manager.
436+ /// The process was killed. For example , from Task Manager.
437437 COREWEBVIEW2_PROCESS_FAILED_REASON_KILLED,
438438
439439 /// The process crashed.
@@ -482,8 +482,8 @@ interface ICoreWebView2ProcessFailedEventArgs2 : IUnknown {
482482
483483 /// Description of the process assigned by the WebView2 Runtime. This is a
484484 /// technical English term appropriate for logging or development purposes,
485- /// and not localized for the end user. It applies to utility processes (e.g. ,
486- /// "Audio Service", "Video Capture") and plugin processes (e.g. , "Flash").
485+ /// and not localized for the end user. It applies to utility processes (for example ,
486+ /// "Audio Service" or "Video Capture") and plugin processes (for example , "Flash").
487487 /// The returned ` processDescription ` is ` null ` if the WebView2 Runtime did
488488 /// not assign a description to the process.
489489 [ propget] HRESULT ProcessDescription(
@@ -599,7 +599,7 @@ namespace Microsoft.Web.WebView2.Core
599599 /// The process became unresponsive.
600600 /// This only applies to the main frame's render process.
601601 Unresponsive ,
602- /// The process was killed. E.g. , from Task Manager.
602+ /// The process was killed. For example , from Task Manager.
603603 Killed ,
604604 /// The process crashed.
605605 Crashed ,
@@ -639,8 +639,8 @@ namespace Microsoft.Web.WebView2.Core
639639
640640 /// Description of the process assigned by the WebView2 Runtime. This is a
641641 /// technical English term appropriate for logging or development purposes,
642- /// and not localized for the end user. It applies to utility processes (e.g. ,
643- /// "Audio Service", "Video Capture") and plugin processes (e.g. , "Flash").
642+ /// and not localized for the end user. It applies to utility processes (for example ,
643+ /// "Audio Service" or "Video Capture") and plugin processes (for example , "Flash").
644644 /// The returned string is `null` if the WebView2 Runtime did
645645 /// not assign a description to the process.
646646 String ProcessDescription { get ; };
0 commit comments