File tree 1 file changed +4
-3
lines changed 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -840,9 +840,10 @@ function getterFn(path, csp) {
840
840
* @param {string } expression String expression to compile.
841
841
* @returns {function(context, locals) } a function which represents the compiled expression:
842
842
*
843
- * * `context`: an object against which any expressions embedded in the strings are evaluated
844
- * against (Topically a scope object).
845
- * * `locals`: local variables context object, useful for overriding values in `context`.
843
+ * * `context` – `{object}` – an object against which any expressions embedded in the strings
844
+ * are evaluated against (tipically a scope object).
845
+ * * `locals` – `{object=}` – local variables context object, useful for overriding values in
846
+ * `context`.
846
847
*
847
848
* The return function also has an `assign` property, if the expression is assignable, which
848
849
* allows one to set values to expressions.
You can’t perform that action at this time.
0 commit comments