Skip to content

Commit

Permalink
Fixed a comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyyrylainen committed Apr 18, 2024
1 parent ad4a78a commit c640eaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected override void Update(float delta, in Entity entity)
}

/// <summary>
/// Damage the microbe if its too low on ATP.
/// Damage the microbe if it's too low on ATP.
/// </summary>
private void ApplyATPDamage(CompoundBag compounds, ref Health health, ref CellProperties cellProperties)
{
Expand Down

0 comments on commit c640eaa

Please sign in to comment.