From fb35917597df2e512d79d42ca7dea46a04045fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Tom=C3=A1s=20Albornoz?= Date: Tue, 25 Nov 2014 11:13:44 +0100 Subject: [PATCH] Fixed small typo in Haml::Engine documentation --- lib/haml/engine.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/haml/engine.rb b/lib/haml/engine.rb index 84a74d6c8c..5c3ae3153c 100644 --- a/lib/haml/engine.rb +++ b/lib/haml/engine.rb @@ -177,7 +177,7 @@ def render_proc(scope = Object.new, *local_names) # that renders the template and returns the result as a string. # # If `object` is a class or module, - # the method will instead by defined as an instance method. + # the method will instead be defined as an instance method. # For example: # # t = Time.now