From 2b34b5c7d00ddd379ab62a8d37a7029f04223f45 Mon Sep 17 00:00:00 2001 From: mattkurz <58189899+mattkurz@users.noreply.github.com> Date: Mon, 3 Aug 2020 21:51:08 +0200 Subject: [PATCH] Fix typo in generators docs --- docs/generators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generators.md b/docs/generators.md index 0f6c7309..96e322e6 100644 --- a/docs/generators.md +++ b/docs/generators.md @@ -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"