lib/crass.rb in crass-0.2.1 vs lib/crass.rb in crass-1.0.0
- old
+ new
@@ -1,8 +1,8 @@
# encoding: utf-8
require_relative 'crass/parser'
-# A CSS parser based on the CSS Syntax Module Level 3 draft.
+# A CSS parser based on the CSS Syntax Module Level 3 spec.
module Crass
# Parses _input_ as a CSS stylesheet and returns a parse tree.
#
# See {Tokenizer#initialize} for _options_.