diff options
Diffstat (limited to 'doc/primitive.md')
| -rw-r--r-- | doc/primitive.md | 4 |
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) | |
