Delete duplicate line in api doc

This commit is contained in:
Matt Wildig 2012-08-21 01:05:29 +01:00
parent b5bca032a0
commit fe623cfd32
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ require 'haml/version'
# * {Haml::Compiler} is Haml's compiler.
# * {Haml::Engine} is the class used to render Haml within Ruby code.
# * {Haml::Options} is where Haml's runtime options are defined.
# * {Haml::Engine} is the class used to render Haml within Ruby code.
# * {Haml::Error} is raised when Haml encounters an error.
#
# Also see the {file:REFERENCE.md full Haml reference}.