Skip to content

Commit

Permalink
Editorial: mark example algorithm as example
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkot committed May 19, 2020
1 parent 0d5a589 commit d6d67d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ <h1>Algorithm Conventions</h1>
<p>The specification often uses a numbered list to specify steps in an algorithm. These algorithms are used to precisely specify the required semantics of ECMAScript language constructs. The algorithms are not intended to imply the use of any specific implementation technique. In practice, there may be more efficient algorithms available to implement a given feature.</p>
<p>Algorithms may be explicitly parameterized, in which case the names and usage of the parameters must be provided as part of the algorithm's definition.</p>
<p>Algorithm steps may be subdivided into sequential substeps. Substeps are indented and may themselves be further divided into indented substeps. Outline numbering conventions are used to identify substeps with the first level of substeps labelled with lower case alphabetic characters and the second level of substeps labelled with lower case roman numerals. If more than three levels are required these rules repeat with the fourth level using numeric labels. For example:</p>
<emu-alg>
<emu-alg type="example">
1. Top-level step
1. Substep.
1. Substep.
Expand Down

0 comments on commit d6d67d3

Please sign in to comment.