From fe623cfd32d828227932222b3af8791913ff7f2d Mon Sep 17 00:00:00 2001 From: Matt Wildig Date: Tue, 21 Aug 2012 01:05:29 +0100 Subject: [PATCH] Delete duplicate line in api doc --- lib/haml.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/haml.rb b/lib/haml.rb index 50eed54d..567228d4 100644 --- a/lib/haml.rb +++ b/lib/haml.rb @@ -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}.