From cc09f7258417ceddd77eaee400d4ae826cc711c4 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Thu, 9 Feb 2023 00:12:44 -0500 Subject: [PATCH] Remove ambiguous unicode characters --- design-workflow/DESIGN_WORKFLOW.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design-workflow/DESIGN_WORKFLOW.adoc b/design-workflow/DESIGN_WORKFLOW.adoc index f22aa00..dc3fd53 100644 --- a/design-workflow/DESIGN_WORKFLOW.adoc +++ b/design-workflow/DESIGN_WORKFLOW.adoc @@ -544,7 +544,7 @@ The Hilbert curve parameter implicitly encodes both the position of a cell and i i, j ∈ [0, 2^30^-1] ∩ ℤ -|Leaf-cell coordinates: The leaf cells are the subsquares that result after 30 levels of Hilbert curve subdivision, consisting of a 2^30^ × 2^30^ array on each face. +|Leaf-cell coordinates: The leaf cells are the subsquares that result after 30 levels of Hilbert curve subdivision, consisting of a 2^30^x2^30^ array on each face. stem:[i] and stem:[j] are integers in the range [0, 2^30^-1] that identify a particular leaf cell. The (i, j) coordinate system is right-handed on every face, and the faces are oriented such that Hilbert curves connect continuously from one face to the next.