mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-23 21:19:24 +00:00
s/ran/run
This commit is contained in:
parent
b9ec8a10ed
commit
dd460f0085
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Scenario: vectors can be sized and resized
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue