diff --git a/app/models/task.rb b/app/models/task.rb
index 1e9819f..55c37d6 100644
--- a/app/models/task.rb
+++ b/app/models/task.rb
@@ -6,8 +6,9 @@
# the actual action associated to the type of task can be performed. See the
# documentation of the #perform method for details.
#
-# This class has a +status+ field of type text, where you can store
-# any type of data (as serialized Ruby objects) you need for your subclass .
+# This class has a +data+ field of type text, where you can store any
+# type of data (as serialized Ruby objects) you need for your subclass (which
+# will need to declare itself).
class Task < ActiveRecord::Base
module Status
--
libgit2 0.21.2