Fix typo in generators docs

This commit is contained in:
mattkurz 2020-08-03 21:51:08 +02:00 committed by Martin Hořeňovský
parent 5ad1a4fe61
commit 08fb5cbab2
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ The specific order of the `SECTION`s will be "one", "one", "two", "two",
"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
explicitly add a `SECTION`. As an example, the code below reports 3
assertions, because the "first" section is run once, but the "second"