summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2021-01-05 02:39:50 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2021-01-05 02:39:50 +0100
commit23d8224704b76737e746c5add47aa4cd96a7fd01 (patch)
tree19ee7e6f1549f2d08b551f011b65b9e50360dace /content/setup/_index.md
parent8746de42d1fa1a71e7cca9353cb547cc12104f55 (diff)
Improves how topics collapse on the menu.
Diffstat (limited to 'content/setup/_index.md')
-rw-r--r--content/setup/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/setup/_index.md b/content/setup/_index.md
index a9cb42c..275e809 100644
--- a/content/setup/_index.md
+++ b/content/setup/_index.md
@@ -43,7 +43,7 @@ A Wyrd interpreter keeps track of:
of any Wyrd type.
* **The Program Counter:** an integer corresponding to the next Wyrd instruction
to execute.
-* **Available Choices:** A list of `RICH_TEXT`.
+* **Available Choices:** A list of `TEXT`.
* **Last Chosen Choice:** Index of the last chosen choice.
* **The Code:** A list of instructions.