Skip to content

Commit 3dbf874

Browse files
authored
Update MemoryUsageTargetLevel.md
1 parent 5b77709 commit 3dbf874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/MemoryUsageTargetLevel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ interface ICoreWebView2_6 : ICoreWebView2
130130
/// be impacted.
131131
/// Therefore, it is important for the app to set the level back to `COREWEBVIEW2_MEMORY_USAGE_TARGET_LEVEL_NORMAL`
132132
/// when the app becomes active again to have a smooth user experience.
133-
/// Setting memory usage level back to normal will not happen automatically.
133+
/// Setting memory usage target level back to normal will not happen automatically.
134134
/// An app should choose to use either the combination of `TrySuspend` and `Resume` or the combination
135135
/// of setting `MemoryUsageTargetLevel` to low and normal. It is not advisable to mix them.
136136
/// Trying to set `MemoryUsageTargetLevel` while suspended will be ignored.

0 commit comments

Comments
 (0)