Skip to content

Commit

Permalink
Merge pull request #723 from ericpromislow/master
Browse files Browse the repository at this point in the history
This patch simply changes a warning message to a more correct one.

Fixes GH-719.
  • Loading branch information
valueof committed Oct 31, 2012
2 parents 0e096ee + 1657101 commit 3148362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stable/jshint.js
Expand Up @@ -1530,7 +1530,7 @@ klass:
}
break;
case "/":
warningAt("Unescaped '{a}'.",
warningAt("'{a}' in character sets should be escaped.",
line, from + l - 1, "/");

if (isInRange) {
Expand Down

0 comments on commit 3148362

Please sign in to comment.