Skip to content

Commit 292ac0d

Browse files
authoredApr 19, 2018
Fix typo: $mixExpectedSize -> $maxExpectedSize
1 parent 2956ee3 commit 292ac0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎knpu/refactoring-di.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Oh wait! No auto-completion! Bah! Extend `TestCase`!
3636

3737
*Now* add `$this->assertGreaterThanOrEqual()` with `$minExpectedSize` and `$actualSize`.
3838
You need to read this... backwards: this asserts that `$actualSize` is greater than
39-
or equal to `$mixExpectedSize`.
39+
or equal to `$maxExpectedSize`.
4040

4141
Repeat that with `$this->assertLessThanOrEqual()` and `$maxExpectedSize, $actualSize`.
4242

0 commit comments

Comments
 (0)
Please sign in to comment.