| summaryrefslogtreecommitdiff |
diff options
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 |


