From bc0245f0be38e547ad76bcd719c6dedbb161f0f4 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 24 Jan 2022 20:18:08 -0500 Subject: Remove extra leading spaces from code examples --- help/before_bind.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'help/before_bind.md') diff --git a/help/before_bind.md b/help/before_bind.md index c21f03e3..78073413 100644 --- a/help/before_bind.md +++ b/help/before_bind.md @@ -8,9 +8,9 @@ Supply `𝕗` as a left argument to `𝔾` (`𝕗 𝔾 𝕩`). `𝕗` is a constant, `𝔾` must be dyadic. - 3⊸- 9 + 3⊸- 9 - 3 - 9 + 3 - 9 @@ -20,11 +20,11 @@ Apply `𝔽` to `𝕩`, and supply it as a left argument to `𝔾` (`(𝔽 𝕩) `𝔽` must be monadic, `𝔾` must be dyadic. - -⊸+ 9 + -⊸+ 9 - - + 9 + - + 9 - (- 9) + 9 + (- 9) + 9 @@ -34,8 +34,8 @@ Apply `𝔽` to `𝕨`, and supply it as a left argument to `𝔾` (`(𝔽 𝕨) `𝔽` must be monadic, `𝔾` must be dyadic. - 2 -⊸+ 1 + 2 -⊸+ 1 - 2 - + 1 + 2 - + 1 - (- 2) + 1 + (- 2) + 1 -- cgit v1.2.3