From 0701fa7b164acc6f01305763c3a4300c332fd06e Mon Sep 17 00:00:00 2001 From: feivel Date: Fri, 26 Sep 2014 19:49:58 -0400 Subject: [PATCH] Update outdated comment incorrect as of 6 Aug 2014. --- lib/jekyll/convertible.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/jekyll/convertible.rb b/lib/jekyll/convertible.rb index 8f63ea1a..74c27117 100644 --- a/lib/jekyll/convertible.rb +++ b/lib/jekyll/convertible.rb @@ -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