From d2d2e2b2bde4067be19e0326eb90199cb307019c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Simonis?= Date: Fri, 13 Dec 2024 16:44:53 +0100 Subject: [PATCH] Fix typo Co-authored-by: Gerasimos Chourdakis --- pages/docs/dev-docs/dev-eventtimings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/dev-docs/dev-eventtimings.md b/pages/docs/dev-docs/dev-eventtimings.md index 2d4d19230a..885ac6144a 100644 --- a/pages/docs/dev-docs/dev-eventtimings.md +++ b/pages/docs/dev-docs/dev-eventtimings.md @@ -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");