Skip to content

Commit 6b5e3cc

Browse files
authored
Merge pull request #945 from samoht/fix-spec-array-format-typo
Fix spec typo in array format example
2 parents cf148f9 + a6805d7 commit 6b5e3cc

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

docs/fpp-spec.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,9 +1841,9 @@ <h4 id="Definitions_Array-Definitions_Examples">5.3.3. Examples</h4>
18411841
# [ 1, 1, 1 ] after promoting 1 to [ 1, 1, 1 ]
18421842
array D = [3] U32 default 1
18431843

1844-
# Defines an array type E of 3 U32 values with default value
1844+
# Defines an array type E of 3 F32 values with default value
18451845
# [ 1, 1, 1, ] and element format {.03f}
1846-
array E = [3] U32 default 1 format "{.03f}"</code></pre>
1846+
array E = [3] F32 default 1 format "{.03f}"</code></pre>
18471847
</div>
18481848
</div>
18491849
</div>
@@ -12860,7 +12860,7 @@ <h3 id="Analysis-and-Translation_Translation-Tools">23.4. Translation Tools</h3>
1286012860
</div>
1286112861
<div id="footer">
1286212862
<div id="footer-text">
12863-
Last updated 2026-03-09 16:24:44 -0700
12863+
Last updated 2026-03-10 15:20:28 -0700
1286412864
</div>
1286512865
</div>
1286612866
<script src="code-prettify/run_prettify.js"></script>

docs/fpp-users-guide.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16470,7 +16470,7 @@ <h3 id="Writing-C-Plus-Plus-Implementations_Serialization-of-FPP-Values">17.4. S
1647016470
</div>
1647116471
<div id="footer">
1647216472
<div id="footer-text">
16473-
Last updated 2026-03-09 11:11:04 -0700
16473+
Last updated 2026-03-10 15:21:09 -0700
1647416474
</div>
1647516475
</div>
1647616476
<script src="code-prettify/run_prettify.js"></script>

docs/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="generator" content="Asciidoctor 2.0.20">
7+
<meta name="generator" content="Asciidoctor 2.0.26">
88
<title>F Prime Prime (FPP)</title>
99
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700">
1010
<style>
@@ -116,7 +116,6 @@
116116
:not(pre):not([class^=L])>code{font-size:.9375em;font-style:normal!important;letter-spacing:0;padding:.1em .5ex;word-spacing:-.15em;background:#f7f7f8;border-radius:4px;line-height:1.45;text-rendering:optimizeSpeed}
117117
pre{color:rgba(0,0,0,.9);font-family:"Droid Sans Mono","DejaVu Sans Mono",monospace;line-height:1.45;text-rendering:optimizeSpeed}
118118
pre code,pre pre{color:inherit;font-size:inherit;line-height:inherit}
119-
pre>code{display:block}
120119
pre.nowrap,pre.nowrap pre{white-space:pre;word-wrap:normal}
121120
em em{font-style:normal}
122121
strong strong{font-weight:400}
@@ -140,7 +139,7 @@
140139
#content::before{content:none}
141140
#header>h1:first-child{color:rgba(0,0,0,.85);margin-top:2.25rem;margin-bottom:0}
142141
#header>h1:first-child+#toc{margin-top:8px;border-top:1px solid #dddddf}
143-
#header>h1:only-child,body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px}
142+
#header>h1:only-child{border-bottom:1px solid #dddddf;padding-bottom:8px}
144143
#header .details{border-bottom:1px solid #dddddf;line-height:1.45;padding-top:.25em;padding-bottom:.25em;padding-left:.25em;color:rgba(0,0,0,.6);display:flex;flex-flow:row wrap}
145144
#header .details span:first-child{margin-left:-.125em}
146145
#header .details span.email a{color:rgba(0,0,0,.85)}
@@ -162,6 +161,7 @@
162161
#toctitle{color:#7a2518;font-size:1.2em}
163162
@media screen and (min-width:768px){#toctitle{font-size:1.375em}
164163
body.toc2{padding-left:15em;padding-right:0}
164+
body.toc2 #header>h1:nth-last-child(2){border-bottom:1px solid #dddddf;padding-bottom:8px}
165165
#toc.toc2{margin-top:0!important;background:#f8f8f7;position:fixed;width:15em;left:0;top:0;border-right:1px solid #e7e7e9;border-top-width:0!important;border-bottom-width:0!important;z-index:1000;padding:1.25em 1em;height:100%;overflow:auto}
166166
#toc.toc2 #toctitle{margin-top:0;margin-bottom:.8rem;font-size:1.2em}
167167
#toc.toc2>ul{font-size:.9em;margin-bottom:0}
@@ -218,6 +218,7 @@
218218
.literalblock pre,.listingblock>.content>pre:not(.highlight),.listingblock>.content>pre[class=highlight],.listingblock>.content>pre[class^="highlight "]{background:#f7f7f8}
219219
.literalblock.output pre{color:#f7f7f8;background:rgba(0,0,0,.9)}
220220
.listingblock>.content{position:relative}
221+
.listingblock pre>code{display:block}
221222
.listingblock code[data-lang]::before{display:none;content:attr(data-lang);position:absolute;font-size:.75em;top:.425rem;right:.5rem;line-height:1;text-transform:uppercase;color:inherit;opacity:.5}
222223
.listingblock:hover code[data-lang]::before{display:block}
223224
.listingblock.terminal pre .command::before{content:attr(data-prompt);padding-right:.5em;color:inherit;opacity:.5}
@@ -327,7 +328,7 @@
327328
a.image object{pointer-events:none}
328329
sup.footnote,sup.footnoteref{font-size:.875em;position:static;vertical-align:super}
329330
sup.footnote a,sup.footnoteref a{text-decoration:none}
330-
sup.footnote a:active,sup.footnoteref a:active{text-decoration:underline}
331+
sup.footnote a:active,sup.footnoteref a:active,#footnotes .footnote a:first-of-type:active{text-decoration:underline}
331332
#footnotes{padding-top:.75em;padding-bottom:.75em;margin-bottom:.625em}
332333
#footnotes hr{width:20%;min-width:6.25em;margin:-.25em 0 .75em;border-width:1px 0 0}
333334
#footnotes .footnote{padding:0 .375em 0 .225em;line-height:1.3334;font-size:.875em;margin-left:1.2em;margin-bottom:.2em}
@@ -463,7 +464,7 @@ <h1>F Prime Prime (FPP)</h1>
463464
</div>
464465
<div id="footer">
465466
<div id="footer-text">
466-
Last updated 2025-02-18 09:43:03 -0800
467+
Last updated 2026-03-10 15:03:58 -0700
467468
</div>
468469
</div>
469470
</body>

docs/spec/Definitions/Array-Definitions.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ array C = [3] F32 default [ 1, 2, 3 ]
6161
# [ 1, 1, 1 ] after promoting 1 to [ 1, 1, 1 ]
6262
array D = [3] U32 default 1
6363
64-
# Defines an array type E of 3 U32 values with default value
64+
# Defines an array type E of 3 F32 values with default value
6565
# [ 1, 1, 1, ] and element format {.03f}
66-
array E = [3] U32 default 1 format "{.03f}"
66+
array E = [3] F32 default 1 format "{.03f}"
6767
----

0 commit comments

Comments
 (0)