Fix a typo

This commit is contained in:
Viktar Basharymau 2013-04-12 17:35:02 +03:00
parent b12367348d
commit 9cb12265d8
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ module ActionView
NAME_BLOCK = lambda {|cache, name| cache[name] = SmallCache.new(&PREFIX_BLOCK)}
KEY_BLOCK = lambda {|cache, key| cache[key] = SmallCache.new(&NAME_BLOCK)}
# usually a majority of template look ups return nothing, use this canonical preallocated array to safe memory
# usually a majority of template look ups return nothing, use this canonical preallocated array to save memory
NO_TEMPLATES = [].freeze
def initialize