aboutsummaryrefslogtreecommitdiff
path: root/doc/pair.md
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2022-05-13 22:06:04 -0400
committerPaul A. Patience <paul@apatience.com>2022-05-13 22:24:11 -0400
commite9fd7e6f6bc6d67fe16ea49b738481e0d4c61fac (patch)
tree5abe71a675e02806482105957bd5c8f20fb97aca /doc/pair.md
parentf13a4160801d23877c755717057fb35ee76dc120 (diff)
Fix typos and an awkward formulation
Diffstat (limited to 'doc/pair.md')
-rw-r--r--doc/pair.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/pair.md b/doc/pair.md
index c36e3abd..d4519e49 100644
--- a/doc/pair.md
+++ b/doc/pair.md
@@ -50,4 +50,4 @@ Enlist and Pair set the result's [fill](fill.md) element, while list notation do
4 ↑ "a"‿5 ⋈ "b"‿7
-This means that `⋈` may always behave the same as the obvious implementation `{⟨𝕩⟩;⟨𝕨,𝕩⟩}`. However, `≍○<` and even `>∘{⟨𝕩⟩;⟨𝕨,𝕩⟩}○<` compute the result fill as `⋈` does and are identical implementations.
+This means that `⋈` may not always behave the same as the obvious implementation `{⟨𝕩⟩;⟨𝕨,𝕩⟩}`. However, `≍○<` and even `>∘{⟨𝕩⟩;⟨𝕨,𝕩⟩}○<` compute the result fill as `⋈` does and are identical implementations.