Fixing doc error. Thanks, Evgeny and Mislav!x

git-svn-id: svn://hamptoncatlin.com/haml/trunk@571 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2007-07-24 01:18:02 +00:00
parent 5fb8570f1b
commit 22c471a729
1 changed files with 1 additions and 1 deletions

View File

@ -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 <tt>:style</tt> option.
# In Rails, this is done by setting <tt>Sass::Template.options[:style]</tt>;
# In Rails, this is done by setting <tt>Sass::Plugin.options[:style]</tt>;
# outside Rails, it's done by passing an options hash with </tt>:style</tt> set.
#
# === <tt>:nested</tt>