diff --git a/lib/haml/engine.rb b/lib/haml/engine.rb index c9b0a07f..cbab0f09 100644 --- a/lib/haml/engine.rb +++ b/lib/haml/engine.rb @@ -110,7 +110,7 @@ helper instead. END # Creates a new instace of Haml::Engine that will compile the given - # template string when to_html is called. + # template string when render is called. # See README for available options. # #--