Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typos #2638

Merged
merged 2 commits into from
Nov 1, 2019
Merged

Typos #2638

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/source/structures/vessels/engine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Some of the Parts returned by :ref:`LIST PARTS <list command>` will be of type E
:parameter pressure: atmospheric pressure (in standard Kerbin atmospheres)
:type: :ref:`scalar <scalar>` (kN)

Taking into account the thrust limiter tweakable setting, how much thrust would this engine give if the throttle was max at its current thrust limit setting and velocity, but at a different atmospheric pressure you pass into it. The pressure is measured in ATM's, meaning 0.0 is a vacuum, 1.0 is seal level at Kerbin. Note that this will read zero if the engine is currently disabled.
Taking into account the thrust limiter tweakable setting, how much thrust would this engine give if the throttle was max at its current thrust limit setting and velocity, but at a different atmospheric pressure you pass into it. The pressure is measured in ATM's, meaning 0.0 is a vacuum, 1.0 is sea level at Kerbin. Note that this will read zero if the engine is currently disabled.
(Pressure must be greater than or equal to zero. If you pass in a
negative value, it will be treated as if you had given a zero instead.)

Expand All @@ -215,7 +215,7 @@ Some of the Parts returned by :ref:`LIST PARTS <list command>` will be of type E
:parameter pressure: atmospheric pressure (in standard Kerbin atmospheres)
:type: :ref:`scalar <scalar>` (kN)

Taking into account the thrust limiter tweakable setting, how much thrust would this engine give if the throttle was max at its current thrust limit setting and velocity, but at a different atmospheric pressure you pass into it. The pressure is measured in ATM's, meaning 0.0 is a vacuum, 1.0 is seal level at Kerbin. This will give the correct value even if the engine is currently disabled.
Taking into account the thrust limiter tweakable setting, how much thrust would this engine give if the throttle was max at its current thrust limit setting and velocity, but at a different atmospheric pressure you pass into it. The pressure is measured in ATM's, meaning 0.0 is a vacuum, 1.0 is sea level at Kerbin. This will give the correct value even if the engine is currently disabled.
(Pressure must be greater than or equal to zero. If you pass in a
negative value, it will be treated as if you had given a zero instead.)

Expand Down