summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/int.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/int.md')
-rw-r--r--docs/content/en/functions/int.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/int.md b/docs/content/en/functions/int.md
index 24818cef6..33888e117 100644
--- a/docs/content/en/functions/int.md
+++ b/docs/content/en/functions/int.md
@@ -38,7 +38,7 @@ this purpose.
{{ int ("00987" | strings.TrimLeft "0") }}
```
-**Explanation**
+### Explanation
The `int` function eventually calls the `ParseInt` function from the Go library
`strconv`.