| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2021-01-05 02:39:50 +0100 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2021-01-05 02:39:50 +0100 |
| commit | 23d8224704b76737e746c5add47aa4cd96a7fd01 (patch) | |
| tree | 19ee7e6f1549f2d08b551f011b65b9e50360dace /content/wyrd_v1/computations/_index.md | |
| parent | 8746de42d1fa1a71e7cca9353cb547cc12104f55 (diff) | |
Improves how topics collapse on the menu.
Diffstat (limited to 'content/wyrd_v1/computations/_index.md')
| -rw-r--r-- | content/wyrd_v1/computations/_index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/wyrd_v1/computations/_index.md b/content/wyrd_v1/computations/_index.md index bf7992d..bc30f12 100644 --- a/content/wyrd_v1/computations/_index.md +++ b/content/wyrd_v1/computations/_index.md @@ -88,10 +88,10 @@ type `[TYPE]`. {{< fatecode >}}(newline){{< /fatecode >}} Returns a `TEXT` value corresponding to a newline. -{{< fatecode >}}(rich_text [S0 = STRING] ... [SN = STRING]){{< /fatecode >}} +{{< fatecode >}}(text [S0 = STRING] ... [SN = STRING]){{< /fatecode >}} Returns a single value `[TEXT]` representing the elements `S0` ... `S1`. -{{< fatecode >}}(add_rich_text_effect ({string} [V0 = COMPUTATION] ... [VN = COMPUTATION]) [TEXT]){{< /fatecode >}} +{{< fatecode >}}(add_text_effect ({string} [V0 = COMPUTATION] ... [VN = COMPUTATION]) [TEXT]){{< /fatecode >}} Returns a `[TEXT]` value of `[TEXT]` with the given effect enabled. ## LAST USER CHOICE |


