From 3e9a8862dc768fbf0e5e0dad89d1b36fa785fc7b Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Wed, 29 May 2019 17:09:56 -0700 Subject: [PATCH] Improve wording in Expansion Algorithm. Fixes #91. --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index cea1ec0d..7c0d3b80 100644 --- a/index.html +++ b/index.html @@ -1858,12 +1858,12 @@

Algorithm

and true for from type. -
  • Initialize an empty dictionary, result.
  • +
  • Initialize two empty dictionaries, result + and nests. + Set input type to the last value of any member of element + expanding to @type. +
  • - - Initialize an empty dictionary, nests, and - input type to the last value of any member expanding to @type. - For each key and value in element, ordered lexicographically by key if ordered is true: