Skip to content

Commit f6f3a07

Browse files
henrikocarta-l
authored andcommitted
Fix typos (ctran#795)
1 parent ba9812b commit f6f3a07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/annotate/annotate_models.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -978,10 +978,10 @@ def get_attributes(column, column_type, klass, options)
978978
end
979979
end
980980

981-
# Check out if we got an array columnumn
981+
# Check out if we got an array column
982982
attrs << 'is an Array' if column.respond_to?(:array) && column.array
983983

984-
# Check out if we got a geometric columnumn
984+
# Check out if we got a geometric column
985985
# and print the type and SRID
986986
if column.respond_to?(:geometry_type)
987987
attrs << "#{column.geometry_type}, #{column.srid}"

0 commit comments

Comments
 (0)