From 7b962006fb42eea0f35c579e80c8392d0f719f4e Mon Sep 17 00:00:00 2001 From: William Holroyd Date: Sun, 10 Jan 2016 22:39:20 -0500 Subject: [PATCH] Update interpolation.html.md Small changes to case on interpolation syntaxes, dealing with case. --- website/source/docs/configuration/interpolation.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/configuration/interpolation.html.md b/website/source/docs/configuration/interpolation.html.md index 2fc97bd312..4e95e48511 100644 --- a/website/source/docs/configuration/interpolation.html.md +++ b/website/source/docs/configuration/interpolation.html.md @@ -154,7 +154,7 @@ The supported built-in functions are: variable. The `map` parameter should be another variable, such as `var.amis`. - * `lower(string)` - returns a copy of the string with all Unicode letters mapped to their lower case. + * `lower(string)` - Returns a copy of the string with all Unicode letters mapped to their lower case. * `replace(string, search, replace)` - Does a search and replace on the given string. All instances of `search` are replaced with the value @@ -172,7 +172,7 @@ The supported built-in functions are: `a_resource_param = ["${split(",", var.CSV_STRING)}"]`. Example: `split(",", module.amod.server_ids)` - * `upper(string)` - returns a copy of the string with all Unicode letters mapped to their upper case. + * `upper(string)` - Returns a copy of the string with all Unicode letters mapped to their upper case. ## Templates