Skip to content

Commit

Permalink
Revise spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bocchino committed Nov 15, 2023
1 parent 713909b commit a2236d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/fpp-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -6771,7 +6771,7 @@ <h3 id="Definitions-and-Uses_Order-of-Definitions-and-Uses">15.3. Order of Defin
or on the distribution of definitions and uses among translation
units. For example, if the definition <code>constant c = 0</code> appears anywhere
in any translation unit of a model <em>M</em>, then the use of <code>c</code> as a
constant value of type U8 is legal anywhere in any translation unit of
constant value of type <em>Integer</em> is legal anywhere in any translation unit of
<em>M</em>. In particular, this model is legal:</p>
</div>
<div class="listingblock">
Expand Down Expand Up @@ -8193,7 +8193,7 @@ <h3 id="Analysis-and-Translation_Translation-Tools">20.4. Translation Tools</h3>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-11-09 10:45:57 -0800
Last updated 2023-11-15 14:59:20 -0800
</div>
</div>
<script src="code-prettify/run_prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/fpp-users-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -11729,7 +11729,7 @@ <h4 id="Writing-C-Plus-Plus-Implementations_Implementing-Deployments_Public-Symb
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-11-09 10:47:11 -0800
Last updated 2023-11-15 15:02:29 -0800
</div>
</div>
<script src="code-prettify/run_prettify.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/spec/Definitions-and-Uses.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ definitions and uses within a
or on the distribution of definitions and uses among translation
units. For example, if the definition `constant c = 0` appears anywhere
in any translation unit of a model _M_, then the use of `c` as a
constant value of type U8 is legal anywhere in any translation unit of
constant value of type _Integer_ is legal anywhere in any translation unit of
_M_. In particular, this model is legal:

[source,FPP]
Expand Down

0 comments on commit a2236d9

Please sign in to comment.