Skip to content

Improve wording in Expansion Algorithm. #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 30, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1858,12 +1858,12 @@ <h3>Algorithm</h3>
<span class="changed">and <code>true</code> for <var>from type</var></span>.</li>
</ol>
</li>
<li>Initialize an empty <a class="changed">dictionary</a>, <var>result</var>.</li>
<li>Initialize two empty <a class="changed">dictionaries</a>, <var>result</var>
<span class="changed">and <var>nests</var>.
Set <var>input type</var> to the last value of any <a>member</a> of <var>element</var>
expanding to <code>@type</code></span>.
</li>
<li id="alg-expand-each-key-value">
<span class="changed">
Initialize an empty <a>dictionary</a>, <var>nests</var>, and
<var>input type</var> to the last value of any <a>member</a> expanding to <code>@type</code>.
</span>
For each <var>key</var> and <var>value</var> in <var>element</var>,
ordered lexicographically by <var>key</var> <span class="changed">if <a data-link-for="JsonLdOptions">ordered</a> is <code>true</code></span>:
<ol>
Expand Down