Minor documentation fix in Haml::Engine.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@474 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2007-04-01 08:17:28 +00:00
parent 2a433596c0
commit dcf5697241
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ helper instead.
END
# Creates a new instace of Haml::Engine that will compile the given
# template string when <tt>to_html</tt> is called.
# template string when <tt>render</tt> is called.
# See README for available options.
#
#--