Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Jan 16, 2025
1 parent 8c1debf commit abcfed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/functions/debug/Timer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit abcfed7

Please sign in to comment.