aboutsummaryrefslogtreecommitdiff
path: root/doc/replicate.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-27 22:21:50 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-27 22:21:50 -0400
commit31b722e16e6a0f6b0f08e8409b2c7e240937bfed (patch)
tree409d3fde73f45aace8ce1c224dd7f5514f1ff4d0 /doc/replicate.md
parent3b44787d5b7508a5abd868c7891046576e0eab02 (diff)
Documentation for Under
Diffstat (limited to 'doc/replicate.md')
-rw-r--r--doc/replicate.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/replicate.md b/doc/replicate.md
index 426b6d2c..66905116 100644
--- a/doc/replicate.md
+++ b/doc/replicate.md
@@ -39,7 +39,7 @@ Ll ← Line∘⍉ ≍ + (0≍0.05×-○⊑)≍˘0.45‿¯0.55˙
The functions Indices and Replicate are used to copy or filter data. They might be described as transforming a [run-length encoding](https://en.wikipedia.org/wiki/Run-length_encoding) into unencoded form. On the other hand, Indices might be described as giving a sparse representation of `𝕩`, which is smaller if `𝕩` mostly consists of zeros.
-BQN doesn't have any of the various features used in APL to add fills to the result of Replicate, like negative numbers in `𝕨` or an Expand (`\`) primitive. An alternative to Expand is to use Replicate with structural Under (`⌾`) to insert values into an array of fills.
+BQN doesn't have any of the various features used in APL to add fills to the result of Replicate, like negative numbers in `𝕨` or an Expand (`\`) primitive. An alternative to Expand is to use Replicate with structural [Under](under.md) (`⌾`) to insert values into an array of fills.
## Replicate