Skip to content

Commit b7e9e7f

Browse files
Update specs/Freeze.md
Co-authored-by: Immo Landwerth <immo@landwerth.net>
1 parent 86f9be3 commit b7e9e7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/Freeze.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ to access this feature so that invisible WebView can use less resources. We'd ap
77
You may call the `TrySuspendAsync` API to have the WebView2 consume less memory. This is useful when your Win32 app becomes invisible, or when your Universal Windows Platform app is being suspended, during the suspended event handler before completing the suspended event.
88

99
# Examples
10-
## .Net, WinRT
10+
## .NET, WinRT
1111
```c#
1212
async protected void OnSuspending(object sender, SuspendingEventArgs args)
1313
{

0 commit comments

Comments
 (0)