s/ran/run

This commit is contained in:
socantre 2015-03-07 16:09:36 -05:00
parent b9ec8a10ed
commit dd460f0085
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