0
0
Fork 0

fixed a typo

This commit is contained in:
Gibheer 2012-11-27 19:26:24 +01:00
parent 839084aa90
commit 9b941a9191
1 changed files with 1 additions and 1 deletions

View File

@ -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|