diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-05-06 11:23:05 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-05-06 11:23:05 -0400 |
| commit | 1845e9d1138f7f8743600834c54820385c7d322d (patch) | |
| tree | 9167d35d96479e5cf0389c57a3f6545d403ed30a | |
| parent | 1a5bf973261b5b872f75f5f046b4c294ab9e9525 (diff) | |
Not sure why KI was never labelled Kite?
| -rw-r--r-- | doc/birds.md | 2 | ||||
| -rw-r--r-- | docs/doc/birds.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/birds.md b/doc/birds.md index 26aafbfa..16525ed4 100644 --- a/doc/birds.md +++ b/doc/birds.md @@ -7,7 +7,7 @@ Some people consider it reasonable to name [combinators](primitive.md#modifiers) | BQN | Bird 1 | 1 | Bird 2 | 2 | | :-----: | -------- | -------- | ------------ | ------------------------------ | | `⊣` | Identity | `I` | Kestrel | `K` | -| `⊢` | Identity | `I` | | `KI` | +| `⊢` | Identity | `I` | Kite | `KI` | | `∘` | Bluebird | `B` | Blackbird | `B₁` | | `○` | Bluebird | `B` | Psi | `ψ` | | `˙` | Kestrel | `K` | | `KK` | diff --git a/docs/doc/birds.html b/docs/doc/birds.html index a5e42e55..7e6a830b 100644 --- a/docs/doc/birds.html +++ b/docs/doc/birds.html @@ -28,7 +28,7 @@ <td align="center"><code><span class='Function'>⊢</span></code></td> <td>Identity</td> <td><code><span class='Function'>I</span></code></td> -<td></td> +<td>Kite</td> <td><code><span class='Function'>KI</span></code></td> </tr> <tr> |
