[fizzler] r266 committed - Fixed typo in exception message.

0 views
Skip to first unread message

fiz...@googlecode.com

unread,
Oct 6, 2010, 7:25:16 PM10/6/10
to fizzler...@googlegroups.com
Revision: 266
Author: azizatif
Date: Wed Oct 6 16:24:09 2010
Log: Fixed typo in exception message.
http://code.google.com/p/fizzler/source/detail?r=266

Modified:
/trunk/Fizzler/Parser.cs

=======================================
--- /trunk/Fizzler/Parser.cs Wed Oct 6 16:15:18 2010
+++ /trunk/Fizzler/Parser.cs Wed Oct 6 16:24:09 2010
@@ -242,7 +242,7 @@
default:
{
throw new FormatException(string.Format(
- "Unknown functional pseudo '{0}'. Only nth-child
and nth-last-child is supported.", func));
+ "Unknown functional pseudo '{0}'. Only nth-child
and nth-last-child are supported.", func));
}
}

Reply all
Reply to author
Forward
0 new messages