From f5f781b23c194ed96759f28673a7720614b2ff12 Mon Sep 17 00:00:00 2001 From: plocket <52798256+plocket@users.noreply.github.com> Date: Fri, 16 Jun 2023 08:03:55 -0400 Subject: [PATCH] Fix typo 4. GitHub won't let me do more at one time. Co-authored-by: Bryce Willey --- docs/story_tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/story_tables.md b/docs/story_tables.md index da914a76..5abd391c 100644 --- a/docs/story_tables.md +++ b/docs/story_tables.md @@ -68,7 +68,7 @@ First, the very basic flow for setting a variable. Note: every variable that is 2. Shallowly clone the Story Table row list. 1. Create a new object almost the same as the old object 2. Print a warning to the user if they've created a `.there_is_another` row with a value of `'True'` and change that value to `'False'`. - 3. Add artificial rows - rows we create - which is currently just used for `.target_number`. + 3. If there is a `.target_number` row, use it to create new rows for `.there_is_another` and `.there_are_any` 4. This new list will be used to actually put answers into fields. 3. For each field 1. Find which Story Table row, if any, matches that field.