Skip to content

Commit 9f0911f

Browse files
Fix typos in documentation
1 parent 5c68af0 commit 9f0911f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ After running the simulation, you will get the following output files. You shoul
4545
- `physical_quantities.csv`
4646
- `time` : Time steps
4747
- `E_in` : Input energy per second on the whole surface [W]
48-
- `E_out` : Output enegey per second from the whole surface [W]
48+
- `E_out` : Output energy per second from the whole surface [W]
4949
- `E_cons` : Energy conservation ratio [-], ratio of total energy going out to total energy coming in during the last rotation cycle
5050
- `force_x` : x-component of the thermal force
5151
- `force_y` : y-component of the thermal force

src/TPM.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ Output data format for `SingleAsteroidThermoPhysicalModel`
275275
## Saved at all time steps
276276
- `times` : Timesteps, given the same vector as `ephem.time` [s]
277277
- `E_in` : Input energy per second on the whole surface [W]
278-
- `E_out` : Output enegey per second from the whole surface [W]
278+
- `E_out` : Output energy per second from the whole surface [W]
279279
- `E_cons` : Energy conservation ratio [-], ratio of total energy going out to total energy coming in in the last rotation cycle
280280
- `force` : Thermal force on the asteroid [N]
281281
- `torque` : Thermal torque on the asteroid [N ⋅ m]

src/energy_flux.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ end
4343
"""
4444
energy_out(stpm::SingleAsteroidTPM) -> E_out
4545
46-
Output enegey per second from the whole surface [W]
46+
Output energy per second from the whole surface [W]
4747
4848
# Arguments
4949
- `stpm` : Thermophysical model for a single asteroid

0 commit comments

Comments
 (0)