From 9b941a91911558f631a9327edbae6b4768aa48b9 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Tue, 27 Nov 2012 19:26:24 +0100 Subject: [PATCH] fixed a typo --- lib/zero/renderer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zero/renderer.rb b/lib/zero/renderer.rb index fb34d4b..8ca544d 100644 --- a/lib/zero/renderer.rb +++ b/lib/zero/renderer.rb @@ -114,7 +114,7 @@ module Zero # get the prepared template for the name and type # @api private # @param name [String] the name of the template - # @param type [Array] the types for the template + # @param types [Array] the types for the template # @return [Tilt::Template] a prepared tilt template def template(name, types) types.each do |type|