From 42f70058e48e87169246d9700bee5f1ce49103b6 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 12 Jul 2021 22:41:20 +0100 Subject: Fix typo in precond_foo I'm assuming these were meant to be _done rather than _none since later functions use _done and the names are close together. --- subplot.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subplot.md b/subplot.md index 2af4898..01c3414 100644 --- a/subplot.md +++ b/subplot.md @@ -2007,8 +2007,8 @@ then bar was done ~~~{#f.sh .file .bash .numberLines} precond_foo() { - ctx_set bar_none 0 - ctx_set foobar_none 0 + ctx_set bar_done 0 + ctx_set foobar_done 0 } do_bar() { -- cgit v1.2.1