diff --git a/guides/_posts/2014-01-20-ccss.html b/guides/_posts/2014-01-20-ccss.html index 3748c67..c49f5e1 100644 --- a/guides/_posts/2014-01-20-ccss.html +++ b/guides/_posts/2014-01-20-ccss.html @@ -75,7 +75,7 @@ x == 100; y >= 10; -// x => 100, y => 100 +// x == 100, y == 100 {% endhighlight %}