Skip to content

Commit

Permalink
Fix typo and add id.
Browse files Browse the repository at this point in the history
  • Loading branch information
jclark committed Apr 1, 2019
1 parent f9ca76c commit 1e57d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ <h2 class="toc">Table of Contents</h2>
<p><a href="#notation">2. Notation</a></p>
<p><a href="#program_structure">3. Program structure</a></p>
<p><a href="#lexical_structure">4. Lexical structure</a></p>
<p><a href="#values_types">5. values, types and variables</a></p>
<p><a href="#values_types">5. Values, types and variables</a></p>
<p><a href="#expressions">6. Expressions</a></p>
<p><a href="#actions_statements">7. Actions and statements</a></p>
<p><a href="#built-in_methods">8. Built-in methods</a></p>
Expand Down Expand Up @@ -1286,7 +1286,7 @@ <h3>Behavioral values</h3>
| stream-type-descriptor
| typedesc-type-descriptor
</pre>
<h4>Functions</h4>
<h4 id="functions">Functions</h4>

<pre
class="grammar">function-type-descriptor := <code>function</code> function-signature
Expand Down

0 comments on commit 1e57d01

Please sign in to comment.