Skip to content

Commit 14a1cb7

Browse files
committed
docs, fix typo [ci skip]
1 parent d7ba8b7 commit 14a1cb7

File tree

1 file changed

+2
-2
lines changed
  • activerecord/lib/active_record/type

1 file changed

+2
-2
lines changed

activerecord/lib/active_record/type/value.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ def initialize(options = {})
1212
@limit = options[:limit]
1313
end
1414

15-
# The simplified that this object represents. Subclasses
16-
# should override this method.
15+
# The simplified type that this object represents. Subclasses
16+
# must override this method.
1717
def type; end
1818

1919
# Takes an input from the database, or from attribute setters,

0 commit comments

Comments
 (0)