aboutsummaryrefslogtreecommitdiff
path: root/doc/identity.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-06 22:18:20 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-06 22:18:20 -0400
commit4d602ea36183e62e463cea08900a16ea6240a03f (patch)
treef21aef763d907d7e1b093cf633c544cfcdd0a085 /doc/identity.md
parent97e31a20cefe21c1627f33057d20d7970511754f (diff)
Editing and links
Diffstat (limited to 'doc/identity.md')
-rw-r--r--doc/identity.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/identity.md b/doc/identity.md
index b9cfd395..a9916bcb 100644
--- a/doc/identity.md
+++ b/doc/identity.md
@@ -18,11 +18,11 @@ Of course, it's easy to write block functions `{๐•ฉ}` and `{๐•จ}` that return
## Filling arrays
-What's the easiest way to create a matrix with 0 on the first row, 1 on the second, and so on? Probably this one, with [table](map.md):
+What's the easiest way to create a matrix with 0 on the first row, 1 on the second, and so on? Probably this one, with [table](map.md#table):
(โ†•4) โŠฃโŒœ โ†•5
-The right argument `โ†•5` could be any length-5 list, as its values aren't used. With `5โฅŠ0`, we could use `+โŒœ` instead, but requiring a specific argument seems artificial. A similar pattern applies with Each:
+The right argument `โ†•5` could be any length-5 list, as its values aren't used. With `5โฅŠ0`, we could use `+โŒœ` instead, but requiring a specific argument seems artificial. A similar pattern applies with [Each](map.md#each):
(โŒฝโ†•4) โŠฃยจ โ†•4โ€ฟ5