aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrazetime <raghuallthetime@hotmail.com>2022-01-19 22:52:35 +0530
committerrazetime <raghuallthetime@hotmail.com>2022-01-19 22:52:35 +0530
commitedddb9be0aa1f03c8608d3dabf7ccfea3fdde206 (patch)
treedef585ff1dd3deb6d6d7e8099826ec8287e487d9
parent2c50d91ec7eb8bc7890befe874a0b93729c2437e (diff)
fix erratic h2s
-rw-r--r--help/after_bindright.md4
-rw-r--r--help/atop.md4
-rw-r--r--help/before_bindleft.md4
-rw-r--r--help/conjugate_add.md2
-rw-r--r--help/enclose_less.md2
-rw-r--r--help/exponential_power.md4
-rw-r--r--help/gradedown_binsdown.md2
-rw-r--r--help/gradeup_binsup.md2
-rw-r--r--help/greatequal.md2
-rw-r--r--help/lessequal.md2
-rw-r--r--help/over.md4
-rw-r--r--help/reciprocal_divide.md2
-rw-r--r--help/sign_multiply.md2
-rw-r--r--help/squareroot_root.md2
14 files changed, 19 insertions, 19 deletions
diff --git a/help/after_bindright.md b/help/after_bindright.md
index 653b5f55..e8cb2bcb 100644
--- a/help/after_bindright.md
+++ b/help/after_bindright.md
@@ -20,7 +20,7 @@ Supply `๐•˜` as a right argument to `๐”ฝ` (`๐•ฉ ๐”ฝ ๐•˜`).
Apply `๐”พ` to `๐•ฉ`, and supply it as a right argument to `๐”ฝ` (`๐•ฉ ๐”ฝ (๐”พ ๐•ฉ)`).
-## `๐”ฝ` must be dyadic, `๐”พ` must be monadic.
+`๐”ฝ` must be dyadic, `๐”พ` must be monadic.
ร—โŸœ- 9
@@ -34,7 +34,7 @@ Apply `๐”พ` to `๐•ฉ`, and supply it as a right argument to `๐”ฝ` (`๐•ฉ ๐”ฝ
Apply `๐”พ` to `๐•ฉ`, and supply it as a right argument to `๐”ฝ` (`๐•จ ๐”ฝ (๐”พ ๐•ฉ)`).
-## `๐”ฝ` must be dyadic, `๐”พ` must be monadic.
+`๐”ฝ` must be dyadic, `๐”พ` must be monadic.
2 ร—โŸœ- 1
diff --git a/help/atop.md b/help/atop.md
index 98073c0f..525c4800 100644
--- a/help/atop.md
+++ b/help/atop.md
@@ -6,7 +6,7 @@
Apply `๐”พ` to `๐•ฉ`, then apply `๐”ฝ` (`๐”ฝ ๐”พ ๐•ฉ`).
-## `๐”ฝ` and `๐”พ` must be monadic.
+`๐”ฝ` and `๐”พ` must be monadic.
-โˆ˜- 5
@@ -18,7 +18,7 @@ Apply `๐”พ` to `๐•ฉ`, then apply `๐”ฝ` (`๐”ฝ ๐”พ ๐•ฉ`).
Apply `๐”พ` to `๐•จ` and `๐•ฉ`, then apply `๐”ฝ` (`๐”ฝ (๐•จ ๐”พ ๐•ฉ)`).
-## `๐”ฝ` must be monadic, and `๐”พ` must be dyadic.
+#`๐”ฝ` must be monadic, and `๐”พ` must be dyadic.
1 -โˆ˜+ 2
diff --git a/help/before_bindleft.md b/help/before_bindleft.md
index 2ebbf8e7..eeeb1fcf 100644
--- a/help/before_bindleft.md
+++ b/help/before_bindleft.md
@@ -18,7 +18,7 @@ Supply `๐•—` as a left argument to `๐”พ` (`๐•— ๐”พ ๐•ฉ`).
Apply `๐”ฝ` to `๐•ฉ`, and supply it as a left argument to `๐”พ` (`(๐”ฝ ๐•ฉ) ๐”พ ๐•ฉ`).
-## `๐”ฝ` must be monadic, `๐”พ` must be dyadic.
+`๐”ฝ` must be monadic, `๐”พ` must be dyadic.
-โŠธ+ 9
@@ -32,7 +32,7 @@ Apply `๐”ฝ` to `๐•ฉ`, and supply it as a left argument to `๐”พ` (`(๐”ฝ ๐•ฉ)
Apply `๐”ฝ` to `๐•จ`, and supply it as a left argument to `๐”พ` (`(๐”ฝ ๐•จ) ๐”พ ๐•ฉ`).
-## `๐”ฝ` must be monadic, `๐”พ` must be dyadic.
+`๐”ฝ` must be monadic, `๐”พ` must be dyadic.
2 -โŠธ+ 1
diff --git a/help/conjugate_add.md b/help/conjugate_add.md
index 0ed0c332..5ac05396 100644
--- a/help/conjugate_add.md
+++ b/help/conjugate_add.md
@@ -11,7 +11,7 @@
## `๐•จ + ๐•ฉ`: Add
-## `๐•จ` added to `๐•ฉ`. Either `๐•จ` or `๐•ฉ` can be a character, and if so, the other has to be an integer.
+`๐•จ` added to `๐•ฉ`. Either `๐•จ` or `๐•ฉ` can be a character, and if so, the other has to be an integer.
[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
diff --git a/help/enclose_less.md b/help/enclose_less.md
index 0417b703..1f743fd9 100644
--- a/help/enclose_less.md
+++ b/help/enclose_less.md
@@ -16,7 +16,7 @@ Create a unit array containing `๐•ฉ`. (`(โ‰ข๐•ฉ) โ‰ก โŸจโŸฉ`)
## `๐•จ < ๐•ฉ`: Lesser Than
-## `๐•จ` and `๐•ฉ` can both be either numbers or characters.
+`๐•จ` and `๐•ฉ` can both be either numbers or characters.
[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
diff --git a/help/exponential_power.md b/help/exponential_power.md
index c253f2b3..891dba08 100644
--- a/help/exponential_power.md
+++ b/help/exponential_power.md
@@ -4,7 +4,7 @@
## `โ‹† ๐•ฉ`: Exponential
-## `e` (Euler's constant) to the power of `๐•ฉ`.
+`e` (Euler's constant) to the power of `๐•ฉ`.
[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
@@ -14,7 +14,7 @@
## `๐•จ โ‹† ๐•ฉ`: Power
-## `๐•จ` to the power of `๐•ฉ`.
+`๐•จ` to the power of `๐•ฉ`.
[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
diff --git a/help/gradedown_binsdown.md b/help/gradedown_binsdown.md
index 8568293d..f3906c00 100644
--- a/help/gradedown_binsdown.md
+++ b/help/gradedown_binsdown.md
@@ -18,7 +18,7 @@ Indices of `๐•ฉ` that would sort its major cells in descending order.
Binary search for each element of `๐•ฉ` in `๐•จ`, and return the index found, if any.
-## `๐•จ` must be sorted in descending order.
+`๐•จ` must be sorted in descending order.
[Right Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
diff --git a/help/gradeup_binsup.md b/help/gradeup_binsup.md
index 1ddd891a..7a73116d 100644
--- a/help/gradeup_binsup.md
+++ b/help/gradeup_binsup.md
@@ -19,7 +19,7 @@ Indices of `๐•ฉ` that would sort its major cells in ascending order.
Binary search for each element of `๐•ฉ` in `๐•จ`, and return the index found, if any.
-## `๐•จ` must be sorted in ascending order.
+`๐•จ` must be sorted in ascending order.
3โ€ฟ4โ€ฟ5โ€ฟ7 โ‹ 2
diff --git a/help/greatequal.md b/help/greatequal.md
index f1b8b4f8..1772cbaf 100644
--- a/help/greatequal.md
+++ b/help/greatequal.md
@@ -4,7 +4,7 @@
## `๐•จ โ‰ฅ ๐•ฉ`: Greater Than or Equal To
-## `๐•จ` and `๐•ฉ` can both be either numbers or characters.
+`๐•จ` and `๐•ฉ` can both be either numbers or characters.
[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
diff --git a/help/lessequal.md b/help/lessequal.md
index 4d77dbfc..8fc0000b 100644
--- a/help/lessequal.md
+++ b/help/lessequal.md
@@ -4,7 +4,7 @@
## `๐•จ โ‰ค ๐•ฉ`: Lesser Than or Equal To
-## `๐•จ` and `๐•ฉ` can both be either numbers or characters.
+`๐•จ` and `๐•ฉ` can both be either numbers or characters.
[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
diff --git a/help/over.md b/help/over.md
index d6086037..38795145 100644
--- a/help/over.md
+++ b/help/over.md
@@ -6,7 +6,7 @@
Apply `๐”พ` to `๐•ฉ`, then apply `๐”ฝ` (`๐”ฝ ๐”พ ๐•ฉ`).
-## `๐”ฝ` and `๐”พ` must be monadic.
+`๐”ฝ` and `๐”พ` must be monadic.
-โ—‹- 5
@@ -18,7 +18,7 @@ Apply `๐”พ` to `๐•ฉ`, then apply `๐”ฝ` (`๐”ฝ ๐”พ ๐•ฉ`).
Apply `๐”พ` to `๐•จ` and `๐•ฉ`, then apply `๐”ฝ` to them (`(๐”พ ๐•จ) ๐”ฝ (๐”พ ๐•ฉ)`).
-## `๐”ฝ` must be dyadic, `๐”พ` must be monadic.
+`๐”ฝ` must be dyadic, `๐”พ` must be monadic.
1 +โ—‹- 2
diff --git a/help/reciprocal_divide.md b/help/reciprocal_divide.md
index d0630205..c7d8374c 100644
--- a/help/reciprocal_divide.md
+++ b/help/reciprocal_divide.md
@@ -14,7 +14,7 @@ Gives `1 รท ๐•ฉ`.
## `๐•จ รท ๐•ฉ`: Divide
-## `๐•จ` divided by `๐•ฉ`.
+`๐•จ` divided by `๐•ฉ`.
[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
diff --git a/help/sign_multiply.md b/help/sign_multiply.md
index 53a87654..3b8fa8de 100644
--- a/help/sign_multiply.md
+++ b/help/sign_multiply.md
@@ -17,7 +17,7 @@ Sign of `๐•ฉ`.
## `๐•จ ร— ๐•ฉ`: Multiply
-## `๐•จ` multiplied by `๐•ฉ`.
+`๐•จ` multiplied by `๐•ฉ`.
[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)
diff --git a/help/squareroot_root.md b/help/squareroot_root.md
index 02e4f74d..c97c92c5 100644
--- a/help/squareroot_root.md
+++ b/help/squareroot_root.md
@@ -12,7 +12,7 @@
## `๐•จ โˆš ๐•ฉ`: Root
-## `๐•จ`th root of `๐•ฉ`.
+`๐•จ`th root of `๐•ฉ`.
[Pervasive.](https://mlochbaum.github.io/BQN/doc/arithmetic.html#pervasion)