Skip to content

Commit fdfc340

Browse files
authored
Fix typos (ctran#795)
1 parent ce7f22d commit fdfc340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: lib/annotate/annotate_models.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -980,10 +980,10 @@ def get_attributes(column, column_type, klass, options)
980980
end
981981
end
982982

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

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

0 commit comments

Comments
 (0)