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 --- docs/help/each.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/help/each.html') diff --git a/docs/help/each.html b/docs/help/each.html index 847fb59e..da13f6f3 100644 --- a/docs/help/each.html +++ b/docs/help/each.html @@ -7,13 +7,13 @@

Diaresis (¨)

𝔽¨ 𝕩, 𝕨 𝔽¨ 𝕩: Each

Apply 𝔽 to/between the elements of the arguments. (𝔽¯1)

-↗️
       <¨ 123
+↗️
    <¨ 123
 ┌─                   
 · ┌·    ┌·    ┌·     
   · 1   · 2   · 3    
       ┘     ┘     ┘  
                     ┘
 
-       456 ¨ 123
+    456 ¨ 123
 ⟨ ⟨ 4 1 ⟩ ⟨ 5 2 ⟩ ⟨ 6 3 ⟩ ⟩
 
-- cgit v1.2.3