Skip to content

Commit 23a2922

Browse files
committed
Update README.md
1 parent 225621e commit 23a2922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function testGetToys()
3535
$this->assertEquals($decoded[2]['name'], 'Optimus Prime'));
3636
}
3737
```
38-
With php-matcher, you can make it more readable to the person reading the test:
38+
With php-matcher, you can make it more readable:
3939
```php
4040
public function testGetToys()
4141
{

0 commit comments

Comments
 (0)