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 @@ -848,9 +848,10 @@ function getterFn(path, csp) {
848
848
* @param {string } expression String expression to compile.
849
849
* @returns {function(context, locals) } a function which represents the compiled expression:
850
850
*
851
- * * `context`: an object against which any expressions embedded in the strings are evaluated
852
- * against (Topically a scope object).
853
- * * `locals`: local variables context object, useful for overriding values in `context`.
851
+ * * `context` – `{object}` – an object against which any expressions embedded in the strings
852
+ * are evaluated against (tipically a scope object).
853
+ * * `locals` – `{object=}` – local variables context object, useful for overriding values in
854
+ * `context`.
854
855
*
855
856
* The return function also has an `assign` property, if the expression is assignable, which
856
857
* allows one to set values to expressions.
You can’t perform that action at this time.
0 commit comments