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));
}
}