Skip to content

Commit eaf6373

Browse files
author
nathan@stravinsky.local
committed
changed wording of exception so that test will pass (le sigh?)
1 parent f878700 commit eaf6373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mustache.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var Mustache = function() {
7979
var pragmaInfo = token.tag.match(/([\w_-]+) ?([\w]+=[\w]+)?/);
8080
var pragma = pragmaInfo[1];
8181
if (!this.pragmas_implemented[pragma]) {
82-
throw new Error("This mustache implementation doesn't understand the '" +
82+
throw new Error("This implementation of mustache doesn't understand the '" +
8383
pragma + "' pragma");
8484
}
8585
var options = {}

0 commit comments

Comments
 (0)