File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ irb> macbook.address
447447* [ type definition] ( https://www.postgresql.org/docs/current/static/datatype-geometric.html )
448448
449449All geometric types, with the exception of ` points ` are mapped to normal text.
450- A point is casted to an array containing ` x ` and ` y ` coordinates.
450+ A point is cast to an array containing ` x ` and ` y ` coordinates.
451451
452452### Interval
453453
Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ set `:only_integer` to true. Then it will use the
529529```
530530
531531regular expression to validate the attribute's value. Otherwise, it will try to
532- convert the value to a number using ` Float ` . ` Float ` s are casted to ` BigDecimal ` using the column's precision value or 15.
532+ convert the value to a number using ` Float ` . ` Float ` s are cast to ` BigDecimal ` using the column's precision value or 15.
533533
534534``` ruby
535535class Player < ApplicationRecord
You can’t perform that action at this time.
0 commit comments