Skip to content

Commit

Permalink
[Fix #410] Clarify the slotting algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
hayatoito committed Mar 4, 2016
1 parent b87a55f commit b2d77b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h3>Slots</h3>
<h2>Slotting Algorithm</h2>

<p>
The <dfn>slotting algorithm</dfn> <strong>must</strong> be used to determine the <a>assigned slot</a> for a node and <strong>must</strong> be <a data-lt="processing equivalence">equivalent</a> to processing the following steps:
The <dfn>slotting algorithm</dfn> <strong>must</strong> be used to determine the <a>assigned slot</a> for each node and <strong>must</strong> be <a data-lt="processing equivalence">equivalent</a> to processing the following steps:
</p>

<div class="algorithm">
Expand Down

0 comments on commit b2d77b8

Please sign in to comment.