Made tool seem less sentient

This commit is contained in:
Vidar Holen 2012-11-04 19:42:53 -08:00
parent e6edffa8d1
commit 4557f4acd3
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ readSingleQuotedPart =
prop_readBackTicked = isWarning readBackTicked "`ls *.mp3`"
readBackTicked = do
id <- getNextId
parseNote StyleC "`..` style expansion is deprecated, use $(..) instead if you want my help"
parseNote StyleC "Ignoring deprecated `..` backtick expansion. Use $(..) instead."
pos <- getPosition
char '`'
f <- readGenericLiteral (char '`')