From abcfed7a5b305eafcb1c216093bb0d6ce1e696f7 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 16 Jan 2025 08:22:53 -0800 Subject: [PATCH] Fix typo --- content/en/functions/debug/Timer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/debug/Timer.md b/content/en/functions/debug/Timer.md index 02ab63110..a0704dc01 100644 --- a/content/en/functions/debug/Timer.md +++ b/content/en/functions/debug/Timer.md @@ -12,7 +12,7 @@ action: {{< new-in 0.120.0 >}} -Use the `debug.Timer` function to determine execution time for a block of code, useful for finding performance bottle necks in templates. +Use the `debug.Timer` function to determine execution time for a block of code, useful for finding performance bottlenecks in templates. The timer starts when you instantiate it, and stops when you call its `Stop` method.