From 7bba0cf070481c96d56a61138ed30dbcb6653d54 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 --- content/templates/functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/templates/functions.md b/content/templates/functions.md index 2b9069af7..b271e33e1 100644 --- a/content/templates/functions.md +++ b/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