Skip to content

Add missing _node map_ argument for recursive call. #19

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
Aug 15, 2018
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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3504,7 +3504,7 @@ <h3>Algorithm</h3>
<li>Initialize a new <a class="changed">dictionary</a> <var>result</var> consisting of a single member
<code>@list</code> whose value is initialized to an empty <a>array</a>.</li>
<li>Recursively call this algorithm passing the value of <var>element</var>'s
<code>@list</code> member for <var>element</var>, <var>active graph</var>,
<code>@list</code> member for <var>element</var>, <var>node map</var>, <var>active graph</var>,
<var>active subject</var>, <var>active property</var>, and
<var>result</var> for <var>list</var>.</li>
<li class="changed">If <var>list</var> is <code>null</code>,
Expand Down