Skip to content

Commit 1d021c6

Browse files
author
Michael Tiller
committed
Merge pull request #240 from xie-dongping/typo
Typo: `->`` for inline code for flanges
2 parents 31cedc9 + 93a35b7 commit 1d021c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

text/source/components/subsystems/sub_interface.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ two ``connect`` statements from the ``GearWithBacklash`` model:
117117

118118
From these equations, we get the following two connection sets:
119119

120-
* **Connection Set #1**: `flange_a`, `inertia_a.flange_a`
121-
* **Connection Set #2**: `idealGear.flange_b`, `inertia_b.flange_a`
120+
* **Connection Set #1**: ``flange_a``, ``inertia_a.flange_a``
121+
* **Connection Set #2**: ``idealGear.flange_b``, ``inertia_b.flange_a``
122122

123123
In each of these connection sets, there is a ``flow`` variable,
124124
``tau``. Using the rules for :ref:`system-connections` described
@@ -132,7 +132,7 @@ generated for the ``flow`` variables on these connectors:
132132
133133
However, in our previous discussion on :ref:`system-connections`, all
134134
the components were at the same hierarchical level (*i.e.,* as
135-
`idealGear.flange_b` and `inertia_b.flange_a` are). But with
135+
``idealGear.flange_b`` and ``inertia_b.flange_a`` are). But with
136136
subsystem models, this isn't always the case. And, as described a
137137
moment ago, for cases where the connections are at different levels,
138138
we need to introduce a sign difference for contributions at different

0 commit comments

Comments
 (0)