Skip to content

Commit 4088840

Browse files
vipulnswardrafaelfranca
authored andcommitted
Merge pull request rails#25661 from will-in-wi/clarify_postgres_docs
Clarify Postgres initials. [skip ci]
1 parent 2f4fb95 commit 4088840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activerecord/lib/active_record/attributes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ module ClassMethods
3434
# is not passed, the previous default value (if any) will be used.
3535
# Otherwise, the default will be +nil+.
3636
#
37-
# +array+ (PG only) specifies that the type should be an array (see the
37+
# +array+ (PostgreSQL only) specifies that the type should be an array (see the
3838
# examples below).
3939
#
40-
# +range+ (PG only) specifies that the type should be a range (see the
40+
# +range+ (PostgreSQL only) specifies that the type should be a range (see the
4141
# examples below).
4242
#
4343
# ==== Examples

0 commit comments

Comments
 (0)