diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-06-18 12:57:10 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-06-18 12:57:10 -0400 |
| commit | e0c0aaac82843e28adf90f1ab4598a3064629b3a (patch) | |
| tree | a9c76b129d08c75bf1c60c140ca4af53af1d270c | |
| parent | aaf883927f19cc09703d9679fd083fed9c73ae74 (diff) | |
Fix link syntax
| -rw-r--r-- | doc/join.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/join.md b/doc/join.md index 3a1d981e..a89bcbd7 100644 --- a/doc/join.md +++ b/doc/join.md @@ -17,7 +17,7 @@ Join requires each element of its argument to be an array, and their ranks to ma ∾"abc"‿(<'d')‿"ef" ⍝ Includes a scalar RANK ERROR -However, Join has higher-dimensional uses as well. Given a rank-`m` array of rank-`n` arrays (requiring `m≤n`), it will merge arrays along their first `m` axes. For example, if the argument is a matrix of matrices representing a [https://en.wikipedia.org/wiki/Block_matrix](block matrix), Join will give the corresponding unblocked matrix as its result. +However, Join has higher-dimensional uses as well. Given a rank-`m` array of rank-`n` arrays (requiring `m≤n`), it will merge arrays along their first `m` axes. For example, if the argument is a matrix of matrices representing a [block matrix](https://en.wikipedia.org/wiki/Block_matrix), Join will give the corresponding unblocked matrix as its result. ⊢ m ← (3‿1∾⌜4‿2‿5) ⥊¨ 2‿3⥊↕6 ┌ |
