0
0

fixed a typo

This commit is contained in:
Gibheer 2012-11-27 19:26:24 +01:00
parent 839084aa90
commit 9b941a9191

View File

@ -114,7 +114,7 @@ module Zero
# get the prepared template for the name and type # get the prepared template for the name and type
# @api private # @api private
# @param name [String] the name of the template # @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 # @return [Tilt::Template] a prepared tilt template
def template(name, types) def template(name, types)
types.each do |type| types.each do |type|