Skip to content

Commit aac1b63

Browse files
Update specs/SetMemoryUsageLevel.md
Co-authored-by: David Risney <dave@deletethis.net>
1 parent 6a79a0e commit aac1b63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/SetMemoryUsageLevel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ interface ICoreWebView2_6 : ICoreWebView2 {
115115
/// Setting memory usage level back to normal will not happen automatically.
116116
/// An app should choose to use either the combination of `TrySuspend` and `Resume` or the combination
117117
/// of setting MemoryUsageTargetLevel to low and normal. It is not advisable to mix them.
118-
/// Suspend and resume opertaion is a superset of setting MemoryUsageTargetLevel.
118+
/// The TrySuspend and Resume methods will change the MemoryUsageTargetLevel.
119119
/// TrySuspend will automatically set MemoryUsageTargetLevel to low while Resume on suspended WebView
120120
/// will automatically set MemoryUsageTargetLevel to normal.
121121
/// Calling `Resume` when the WebView is not suspended would not change MemoryUsageTargetLevel.

0 commit comments

Comments
 (0)