aboutsummaryrefslogtreecommitdiff
path: root/doc/primitive.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-06-11 22:23:54 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-06-11 22:23:54 -0400
commit3b51e46a2ddbedb8cd333fb0b9c9edada03f1e58 (patch)
tree89f34845cd160f18dc8e31e530d83d549ac2fd4e /doc/primitive.md
parent5d3f30a65eb17b39bbae24a278b32cc921d3320d (diff)
Each and Table documentation
Diffstat (limited to 'doc/primitive.md')
-rw-r--r--doc/primitive.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/primitive.md b/doc/primitive.md
index d32460c5..2be91bd4 100644
--- a/doc/primitive.md
+++ b/doc/primitive.md
@@ -83,8 +83,8 @@ Other modifiers control array traversal and iteration. In three cases a simpler
1-Modifier | Name | 2-Modifier | Name
-----------|---------------------------------------|------------|--------
`˘` | Cells | `⎉` | [Rank](https://aplwiki.com/wiki/Rank_(operator))
-`¨` | [Each](https://aplwiki.com/wiki/Each) | `⚇` | [Depth](depth.md#the-depth-modifier)
-`⌜` | Table |
+`¨` | [Each](map.md) | `⚇` | [Depth](depth.md#the-depth-modifier)
+`⌜` | [Table](map.md) |
`⁼` | Undo | `⍟` | Repeat
`´` | [Fold](fold.md) |
`˝` | [Insert](fold.md) |