diff options
| author | Gibheer <gibheer@gmail.com> | 2012-11-27 19:26:24 +0100 | 
|---|---|---|
| committer | Gibheer <gibheer@gmail.com> | 2012-11-27 19:26:24 +0100 | 
| commit | 9b941a91911558f631a9327edbae6b4768aa48b9 (patch) | |
| tree | 5bcb4a08d3335f477731db78ff3c7795b66ed476 | |
| parent | 839084aa90dc21ea458e9c071a9eb6f3268eb1d6 (diff) | |
fixed a typo
| -rw-r--r-- | lib/zero/renderer.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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| | 
