From cacb7eff6c120dc505fcfe212b7bf2c623524594 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 1 May 2017 17:01:58 +0200 Subject: [PATCH] update in code docs --- ts/smarthbs.variables.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts/smarthbs.variables.ts b/ts/smarthbs.variables.ts index 30dd243..6d0ec21 100644 --- a/ts/smarthbs.variables.ts +++ b/ts/smarthbs.variables.ts @@ -30,7 +30,8 @@ export let findVarsInHbsString = async (hbsStringArg: string) => { /** * checks if supplied variables satisfy an handlebars template * @param hbsStringArg - * @param varObjectArg + * @param varObjectArg + * @return string array with missing variable names */ export let checkVarsSatisfaction = async (hbsStringArg: string, varObjectArg: any) => { // required vars as combined deep string with . notation