From e70e6a0aa241cdc31215831803a8146ce0841153 Mon Sep 17 00:00:00 2001 From: JB Aubin Date: Tue, 13 Sep 2022 16:36:44 -0400 Subject: [PATCH] Fix typo for note Fix a small typo / syntax issue for markdown note --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index f83bd55..faf4f79 100644 --- a/docs/index.md +++ b/docs/index.md @@ -44,6 +44,7 @@ Start with you favorite test function. There are two things to do, to break it d - insert as many `yield` statements in your function body as there are steps. The function should end with a `yield` (not `return`!). !!! note + Code written after the last yield will not be executed. For example we define three steps: