From 7d48364d8007635a48d98d09d7d96bbf20865c2a Mon Sep 17 00:00:00 2001 From: Hendrik Kleinwaechter Date: Fri, 3 May 2024 23:37:53 +0200 Subject: [PATCH] Fix confusing flow chart (#354) First flow chart is about creating a starter - the other one about maintenance. The suggested approach is slightly different. This makes it clear that one flow chart is about creating a starter. --- book/figures/fig-starter-readiness.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/figures/fig-starter-readiness.tex b/book/figures/fig-starter-readiness.tex index 3ee1ef3..50a6212 100644 --- a/book/figures/fig-starter-readiness.tex +++ b/book/figures/fig-starter-readiness.tex @@ -1,5 +1,5 @@ \begin{tikzpicture}[node distance = 3cm, auto] - \node [start] (init) {Make a starter}; + \node [start] (init) {Create a starter}; \node [decision, right of=init, node distance=3.5cm] (decision_start) {Starter last fed within 3~days?}; \node [block, right of=decision_start, text width=7em, node distance=4cm] (feed_no_branch) {Feed starter twice:\par \qty{48}{\hour} before\par \qtyrange{6}{12}{\hour} before};