diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-21 20:54:20 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-21 20:54:52 -0400 |
| commit | 1318616cb0054538bc9fa1c36deddd018fd8502e (patch) | |
| tree | 78651acfcf728db7477eb0d10bd86a8320e99dea /docs/doc/windows.html | |
| parent | 93f75e97685520cdad3afab0134e2f65e5e211e2 (diff) | |
Work around dropped trailing " in array formatting
Diffstat (limited to 'docs/doc/windows.html')
| -rw-r--r-- | docs/doc/windows.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/doc/windows.html b/docs/doc/windows.html index 113d5ffd..7a8bb76d 100644 --- a/docs/doc/windows.html +++ b/docs/doc/windows.html @@ -9,7 +9,7 @@ ┌─ ╵"abcde bcdef - cdefg + cdefg" ┘ </pre> <p>There are <code><span class='Number'>1</span><span class='Function'>+</span><span class='Paren'>(</span><span class='Function'>≠</span><span class='Value'>𝕩</span><span class='Paren'>)</span><span class='Function'>-</span><span class='Value'>𝕨</span></code>, or <code><span class='Paren'>(</span><span class='Function'>≠</span><span class='Value'>𝕩</span><span class='Paren'>)</span><span class='Function'>¬</span><span class='Value'>𝕨</span></code>, of these sections, because the starting index must be at least <code><span class='Number'>0</span></code> and at most <code><span class='Paren'>(</span><span class='Function'>≠</span><span class='Value'>𝕩</span><span class='Paren'>)</span><span class='Function'>-</span><span class='Value'>𝕨</span></code>. Another way to find this result is to look at the number of cells in or before a given slice: there are always <code><span class='Value'>𝕨</span></code> in the slice and there are only <code><span class='Function'>≠</span><span class='Value'>𝕩</span></code> in total, so the number of slices is the range spanned by these two endpoints.</p> @@ -26,7 +26,7 @@ ┌─ · ┌─ ┌─ ╵"0123 ╵"abcd - abcd ABCD + abcd" ABCD" ┘ ┘ ┘ </pre> @@ -35,11 +35,11 @@ ┌─ ╵ ┌─ ┌─ ┌─ ╵"01 ╵"12 ╵"23 - ab bc cd + ab" bc" cd" ┘ ┘ ┘ ┌─ ┌─ ┌─ ╵"ab ╵"bc ╵"cd - AB BC CD + AB" BC" CD" ┘ ┘ ┘ ┘ </pre> @@ -55,9 +55,9 @@ · ┌─ ┌─ ╵"abcde ╵"abc bcdef bcd - cdefg cde + cdefg" cde ┘ def - efg + efg" ┘ ┘ </pre> |
