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 f878700 commit eaf6373Copy full SHA for eaf6373
mustache.js
@@ -79,7 +79,7 @@ var Mustache = function() {
79
var pragmaInfo = token.tag.match(/([\w_-]+) ?([\w]+=[\w]+)?/);
80
var pragma = pragmaInfo[1];
81
if (!this.pragmas_implemented[pragma]) {
82
- throw new Error("This mustache implementation doesn't understand the '" +
+ throw new Error("This implementation of mustache doesn't understand the '" +
83
pragma + "' pragma");
84
}
85
var options = {}
0 commit comments