mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-23 05:46:11 +01:00
Fix typo in generators docs
This commit is contained in:
parent
708487d201
commit
2b34b5c7d0
@ -60,7 +60,7 @@ The specific order of the `SECTION`s will be "one", "one", "two", "two",
|
|||||||
"two", "one"...
|
"two", "one"...
|
||||||
|
|
||||||
|
|
||||||
The fact that `GENERATE` introduces a virtual `SECTION` can als obe used
|
The fact that `GENERATE` introduces a virtual `SECTION` can also be used
|
||||||
to make a generator replay only some `SECTION`s, without having to
|
to make a generator replay only some `SECTION`s, without having to
|
||||||
explicitly add a `SECTION`. As an example, the code below reports 3
|
explicitly add a `SECTION`. As an example, the code below reports 3
|
||||||
assertions, because the "first" section is run once, but the "second"
|
assertions, because the "first" section is run once, but the "second"
|
||||||
|
Loading…
Reference in New Issue
Block a user