Skip to content

Commit

Permalink
Avoid colloquial language
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Aug 12, 2014
1 parent a9a408f commit f189c50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion text/source/behavior/equations/physical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ but in Modelica, we write it as:
m*c_p*der(T) = h*A*(T_inf-T)
Note that this is really no different than the equation we saw in our
Note that this is really no different from the equation we saw in our
``FirstOrder`` model from the :ref:`first-order` example.

One thing worth noting is that the equation in our ``NewtonCooling``
Expand Down
2 changes: 1 addition & 1 deletion text/source/components/connectors/fluid_connectors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rich connectors types.

We'll start this section with a discussion of basic connectors very
similar to the ones used for :ref:`simple-domains`. But we will
conclude with a connector that is fundamentally different than the
conclude with a connector that is fundamentally different from the
previous examples because it describes a connector that involves the
conservation of both mass and energy.

Expand Down
2 changes: 1 addition & 1 deletion text/source/components/subsystems/comp_arrays.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ the number of components used using a parameter (as we saw in our
discussions of both :ref:`distributed-heat-transfer` and
:ref:`harmonic-motion`).

Creating an array of components is really no different than creating
Creating an array of components is really no different from creating
an array of scalar variables like we did in our previous discussion on
:ref:`vectors-and-arrays`. As we can see in this example,

Expand Down

0 comments on commit f189c50

Please sign in to comment.