From a48de8cb9a5c809435d81b5b9c3af353f2d28d54 Mon Sep 17 00:00:00 2001 From: "Michael H. Oshita" Date: Fri, 16 Dec 2016 20:29:01 +0900 Subject: [PATCH] syntax typo in doc for lookup() (#10783) --- website/source/docs/configuration/interpolation.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/interpolation.html.md b/website/source/docs/configuration/interpolation.html.md index 360c0bff8b..681e0e5b88 100644 --- a/website/source/docs/configuration/interpolation.html.md +++ b/website/source/docs/configuration/interpolation.html.md @@ -244,7 +244,7 @@ The supported built-in functions are: * `${list("a", "b", "c")}` returns a list of `"a", "b", "c"`. * `${list()}` returns an empty list. - * `lookup(map, key [, default])` - Performs a dynamic lookup into a map +  * `lookup(map, key, [default])` - Performs a dynamic lookup into a map variable. The `map` parameter should be another variable, such as `var.amis`. If `key` does not exist in `map`, the interpolation will fail unless you specify a third argument, `default`, which should be a