From 93e41a1fb2d123d1af33a7282c6ca925e9f1bf17 Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Mon, 28 Mar 2016 17:04:29 +0200 Subject: [PATCH] docs: Fix typo in templates/functions.md --- docs/content/templates/functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/templates/functions.md b/docs/content/templates/functions.md index 2b9069af7..b271e33e1 100644 --- a/docs/content/templates/functions.md +++ b/docs/content/templates/functions.md @@ -392,11 +392,11 @@ e.g. ### int -Creates a `int`. +Creates an `int`. e.g. -* `{{int "123" }}` → 123 +* `{{ int "123" }}` → 123 ## Strings