Merge branch 'master' of github.com:philsquared/Catch

This commit is contained in:
Phil Nash 2015-05-20 18:13:15 +01:00
commit bdbfe69e3c
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ SCENARIO( "vectors can be sized and resized", "[vector]" ) {
}
```
Conveniently, these tests will be reported as follows when ran:
Conveniently, these tests will be reported as follows when run:
```
Scenario: vectors can be sized and resized