Skip to content

Commit e3eb631

Browse files
Apply rework from code review
Co-authored-by: Tim Cassell <[email protected]>
1 parent 6099ed0 commit e3eb631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/articles/samples/IntroWakeLock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ uid: BenchmarkDotNet.Samples.IntroWakeLock
44

55
## Sample: IntroWakeLock
66

7-
Running Benchmarks usually takes enough time such that the system enters sleep or turns of the display.
7+
Running benchmarks may sometimes take enough time such that the system enters sleep or turns off the display.
88

99
Using a WakeLock prevents the system doing so.
1010

src/BenchmarkDotNet/Configs/WakeLockType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ public enum WakeLockType
55
/// <summary>
66
/// Allows the system to enter sleep and/or turn off the display while benchmarks are running.
77
/// </summary>
8-
No,
8+
None,
99

1010
/// <summary>
1111
/// Forces the system to be in the working state while benchmarks are running.

0 commit comments

Comments
 (0)