summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@gmail.com>2021-07-12 22:41:20 +0100
committerRichard Maw <richard.maw@gmail.com>2021-07-12 22:41:20 +0100
commit42f70058e48e87169246d9700bee5f1ce49103b6 (patch)
tree9b8ade6fd12a713137088cb8c66828c299560aa2
parente7484a9e1faf3338b95e00ada16ff6ff909a0a97 (diff)
downloadsubplot-42f70058e48e87169246d9700bee5f1ce49103b6.tar.gz
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.
-rw-r--r--subplot.md4
1 files 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() {