Update outdated comment

incorrect as of 6 Aug 2014.
This commit is contained in:
feivel 2014-09-26 19:49:58 -04:00
parent e3c74d5365
commit 0701fa7b16
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ module Jekyll
# Transform the contents based on the content type.
#
# Returns nothing.
# Returns the transformed contents.
def transform
converters.reduce(content) do |output, converter|
begin