aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/birds.md2
-rw-r--r--docs/doc/birds.html2
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>