Skip to content

Commit 987ff77

Browse files
committed
Revise User's Guide
1 parent d62b5aa commit 987ff77

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

docs/fpp-users-guide.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12258,7 +12258,7 @@ <h4 id="Defining-Topologies_Topology-Ports_Specifying-Topology-Ports">14.5.1. Sp
1225812258
<div class="paragraph">
1225912259
<p>Here the FPP analyzer checks that <code>b.p</code> is a port of instance <code>b</code>;
1226012260
if not, an error will occur.
12261-
It is also an error to provide specify multiple ports with
12261+
It is also an error to specify multiple ports with
1226212262
the same name in the same topology.</p>
1226312263
</div>
1226412264
<div class="paragraph">
@@ -12284,10 +12284,8 @@ <h4 id="Defining-Topologies_Topology-Ports_Specifying-Topology-Ports">14.5.1. Sp
1228412284
<p>As usual, the FPP analyzer checks that <code>a.p</code> is an output port,
1228512285
that <code>B.p</code> is a input port, and that the types of the ports
1228612286
are compatible.
12287-
Here <code>B.p</code> has the type of <code>b.p</code>, the actual port to which the topology port
12288-
<code>B.p</code> is mapped,
12289-
and <code>B.p</code> is an input port if and only if <code>b.p</code>
12290-
is an input port.
12287+
Here <code>B.p</code> has the direction and type of <code>b.p</code>, the actual port to which the
12288+
topology port <code>B.p</code> is mapped.
1229112289
If these requirements aren&#8217;t met, then an error occurs.</p>
1229212290
</div>
1229312291
<div class="paragraph">
@@ -17101,7 +17099,7 @@ <h3 id="Writing-C-Plus-Plus-Implementations_Serialization-of-FPP-Values">17.4. S
1710117099
</div>
1710217100
<div id="footer">
1710317101
<div id="footer-text">
17104-
Last updated 2026-03-22 18:17:56 -0700
17102+
Last updated 2026-03-22 18:34:50 -0700
1710517103
</div>
1710617104
</div>
1710717105
<script src="code-prettify/run_prettify.js"></script>

docs/users-guide/Defining-Topologies.adoc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ topology B {
11341134

11351135
Here the FPP analyzer checks that `b.p` is a port of instance `b`;
11361136
if not, an error will occur.
1137-
It is also an error to provide specify multiple ports with
1137+
It is also an error to specify multiple ports with
11381138
the same name in the same topology.
11391139

11401140
Now in topology `A`, we can write a connection to port `B.p` instead
@@ -1158,10 +1158,8 @@ topology A {
11581158
As usual, the FPP analyzer checks that `a.p` is an output port,
11591159
that `B.p` is a input port, and that the types of the ports
11601160
are compatible.
1161-
Here `B.p` has the type of `b.p`, the actual port to which the topology port
1162-
`B.p` is mapped,
1163-
and `B.p` is an input port if and only if `b.p`
1164-
is an input port.
1161+
Here `B.p` has the direction and type of `b.p`, the actual port to which the
1162+
topology port `B.p` is mapped.
11651163
If these requirements aren't met, then an error occurs.
11661164

11671165
After import resolution, the result is the same as before:

0 commit comments

Comments
 (0)