File tree Expand file tree Collapse file tree 4 files changed +5
-7
lines changed
Expand file tree Collapse file tree 4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -6424,8 +6424,7 @@ <h4 id="Specifiers_Event-Specifiers_Examples">7.5.3. Examples</h4>
64246424 severity warning low \
64256425 id 0x02 \
64266426 format "Saw value {} for case {}" \
6427- throttle 10
6428- every {seconds=10}</ code > </ pre >
6427+ throttle 10 every { seconds = 10 }</ code > </ pre >
64296428</ div >
64306429</ div >
64316430</ div >
@@ -12158,7 +12157,7 @@ <h3 id="Analysis-and-Translation_Translation-Tools">22.4. Translation Tools</h3>
1215812157</ div >
1215912158< div id ="footer ">
1216012159< div id ="footer-text ">
12161- Last updated 2026-02-19 15:28:28 -0800
12160+ Last updated 2026-02-19 15:56:15 -0800
1216212161</ div >
1216312162</ div >
1216412163< script src ="code-prettify/run_prettify.js "> </ script >
Original file line number Diff line number Diff line change @@ -16418,7 +16418,7 @@ <h3 id="Writing-C-Plus-Plus-Implementations_Serialization-of-FPP-Values">17.4. S
1641816418</div>
1641916419<div id="footer">
1642016420<div id="footer-text">
16421- Last updated 2026-02-19 15:30:10 -0800
16421+ Last updated 2026-02-19 15:50:58 -0800
1642216422</div>
1642316423</div>
1642416424<script src="code-prettify/run_prettify.js"></script>
Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ <h1>F Prime Prime (FPP)</h1>
464464</ div >
465465< div id ="footer ">
466466< div id ="footer-text ">
467- Last updated 2026-02-19 15:25:31 -0800
467+ Last updated 2026-02-19 15:46:38 -0800
468468</ div >
469469</ div >
470470</ body >
Original file line number Diff line number Diff line change @@ -152,6 +152,5 @@ event Event3(
152152 severity warning low \
153153 id 0x02 \
154154 format "Saw value {} for case {}" \
155- throttle 10
156- every {seconds=10}
155+ throttle 10 every { seconds = 10 }
157156----
You can’t perform that action at this time.
0 commit comments