From a076495090e22f1ad04bcd0f086f727b3d61905c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerard=20Gasc=C3=B3n?= <52170489+GerardGascon@users.noreply.github.com> Date: Mon, 14 Jun 2021 09:16:23 +0200 Subject: [PATCH] Update Timer.cs --- Tools/Timer/Timer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Timer/Timer.cs b/Tools/Timer/Timer.cs index 49a7e28..6f03df5 100644 --- a/Tools/Timer/Timer.cs +++ b/Tools/Timer/Timer.cs @@ -75,7 +75,7 @@ public void Stop(){ } /// - /// Pause and sets the time to the defaultOne + /// Pause and sets the time to the default one /// public void ResetTimer(){ isPaused = true;