lib/csl/style/label.rb in csl-1.0.0.pre1 vs lib/csl/style/label.rb in csl-1.0.0.pre2

- old
+ new

@@ -3,11 +3,11 @@ class Label < Node has_no_children - attr_struct :variable, :form, :plural, - *Schema.attr(:affixes, :font, :textcase, :periods) + attr_struct :variable, :form, :plural, :'text-case', + *Schema.attr(:affixes, :font, :periods) end end end \ No newline at end of file