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/indices_replicate.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/help/indices_replicate.html') diff --git a/docs/help/indices_replicate.html b/docs/help/indices_replicate.html index 0f943ccf..3ef36de1 100644 --- a/docs/help/indices_replicate.html +++ b/docs/help/indices_replicate.html @@ -7,18 +7,18 @@

Solidus (/)

/ 𝕩: Indices

Repeat the index of each element in 𝕩 by the element's value. 𝕩 must be rank 1.

-↗️
       / 123
+↗️
    / 123
 ⟨ 0 1 1 2 2 2 ⟩
 
-       / 101
+    / 101
 ⟨ 0 2 ⟩
 

𝕨 / 𝕩: Replicate

Repeat each major cell in 𝕩 by the corresponding element in 𝕨.

Unit 𝕨 applies to all elements.

-↗️
       3 / "copy"
+↗️
    3 / "copy"
 "cccooopppyyy"
 
-       101 / 123
+    101 / 123
 ⟨ 1 3 ⟩
 
-- cgit v1.2.3