We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6766342 commit 9ef393dCopy full SHA for 9ef393d
1 file changed
README.md
@@ -20,7 +20,7 @@ console.log(template.parameters); // Prints [{ key: "foo" }]
20
console.log(template({ foo: "bar" })); // Prints "bar"
21
```
22
23
-Parameters can have default values, specified using a colon.
+Parameters can have default values, specified using a colon. These come into play when the parameter is either `undefined` or `null`.
24
25
```js
26
var template = parse("{{foo:bar}}");
0 commit comments