Skip to content

Commit

Permalink
fix(physics): fix typos in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Jan 29, 2024
1 parent 741742b commit d42f949
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace cubos::engine
{
/// @brief Resouce which holds the value of the fixed delta for the physics update.
/// @brief Resource which holds the value of the fixed delta for the physics update.
/// @ingroup physics-plugin
struct FixedDeltaTime
{
Expand Down
2 changes: 1 addition & 1 deletion engine/include/cubos/engine/physics/resources/gravity.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace cubos::engine
{
/// @brief Resouce which holds the global value of gravity.
/// @brief Resource which holds the global value of gravity.
/// @ingroup physics-plugin
struct Gravity
{
Expand Down
2 changes: 1 addition & 1 deletion engine/include/cubos/engine/physics/resources/substeps.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace cubos::engine
{
/// @brief Resouce which holds the amount of substeps for the physics update.
/// @brief Resource which holds the amount of substeps for the physics update.
/// @ingroup physics-plugin
struct Substeps
{
Expand Down

0 comments on commit d42f949

Please sign in to comment.