diff --git a/app/models/block.rb b/app/models/block.rb
index 3c48963..718ae1e 100644
--- a/app/models/block.rb
+++ b/app/models/block.rb
@@ -25,7 +25,7 @@ class Block < ActiveRecord::Base
# * Proc: the Proc is evaluated in the scope of BoxesHelper. The
# block can then use render, link_to, etc.
#
- # The method can also return nil, which means "no footer".
+ # The method can also return nil, which means "no content".
#
# See BoxesHelper#extract_block_content for implementation details.
def content
--
libgit2 0.21.2