Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Gerasimos Chourdakis <[email protected]>
  • Loading branch information
fsimonis and MakisH authored Dec 13, 2024
1 parent b31240e commit d2d2e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/dev-docs/dev-eventtimings.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You can attach integer data to events if you are interested in profiling some im
#include "utils/Event.hpp"
using precice::utils::Event;

// An event automatically stopps when it leaves scope
// An event automatically stops when it leaves scope
void step()
{
Event e("stepping");
Expand Down

0 comments on commit d2d2e2b

Please sign in to comment.