summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/wyrd_v1/computations/_index.md')
-rw-r--r--content/wyrd_v1/computations/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/wyrd_v1/computations/_index.md b/content/wyrd_v1/computations/_index.md
index c4ccff0..62ddd41 100644
--- a/content/wyrd_v1/computations/_index.md
+++ b/content/wyrd_v1/computations/_index.md
@@ -74,7 +74,7 @@ Returns the number of elements held by the collection at
Returns an `ADDRESS` to the memory element at address `[COMPUTATION]`. Raises a
runtime error if `[COMPUTATION]` is not a memory element.
-{{< fatecode >}}(relative_address <R0 = (COLLECTION|STRUCTURE) ADDRESS> [STRING]){{< /fatecode >}}
+{{< fatecode >}}(relative_address [R0 = (COLLECTION|STRUCTURE) ADDRESS] [STRING]){{< /fatecode >}}
Returns a `REFERENCE` to member `[STRING]` of `R0`.
{{< fatecode >}}(value_of [ADDRESS]){{< /fatecode >}}