diff options
Diffstat (limited to 'docs/content/en/functions/debug/Timer.md')
-rw-r--r-- | docs/content/en/functions/debug/Timer.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/debug/Timer.md b/docs/content/en/functions/debug/Timer.md index 02ab63110..a0704dc01 100644 --- a/docs/content/en/functions/debug/Timer.md +++ b/docs/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. |