diff --git a/lib/sass.rb b/lib/sass.rb index e649d620..ff8f7d5b 100644 --- a/lib/sass.rb +++ b/lib/sass.rb @@ -481,7 +481,7 @@ $LOAD_PATH << dir unless $LOAD_PATH.include?(dir) # # Sass allows you to choose between three different output styles # by setting the :style option. -# In Rails, this is done by setting Sass::Template.options[:style]; +# In Rails, this is done by setting Sass::Plugin.options[:style]; # outside Rails, it's done by passing an options hash with :style set. # # === :nested