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/rank_equals.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs/help/rank_equals.html') diff --git a/docs/help/rank_equals.html b/docs/help/rank_equals.html index fdb2053a..dfa28f39 100644 --- a/docs/help/rank_equals.html +++ b/docs/help/rank_equals.html @@ -7,16 +7,16 @@

Equal (=)

= 𝕩: Rank

Returns the number of dimensions in 𝕩.

-↗️
      = 0
+↗️
    = 0
 0
 
-      = 30
+    = 30
 1
 
-      = 330
+    = 330
 2
 
-      333  ⟨⟨0⟩⟩
+    333  ⟨⟨0⟩⟩
 ┌─                   
 ╎ ⟨ 0 ⟩ ⟨ 0 ⟩ ⟨ 0 ⟩  
   ⟨ 0 ⟩ ⟨ 0 ⟩ ⟨ 0 ⟩  
@@ -33,12 +33,12 @@
 

𝕨 = 𝕩: Equal To

Pervasive.

-↗️
      1 = 3
+↗️
    1 = 3
 0
 
-      230 = 310
+    230 = 310
 ⟨ 0 0 1 ⟩
 
-      'a' = 'a'
+    'a' = 'a'
 1
 
-- cgit v1.2.3