Unverified Commit fdfc340f by Henrik Nyh Committed by GitHub

Fix typos (#795)

parent ce7f22df
...@@ -980,10 +980,10 @@ module AnnotateModels ...@@ -980,10 +980,10 @@ module AnnotateModels
end end
end end
# Check out if we got an array columnumn # Check out if we got an array column
attrs << 'is an Array' if column.respond_to?(:array) && column.array attrs << 'is an Array' if column.respond_to?(:array) && column.array
# Check out if we got a geometric columnumn # Check out if we got a geometric column
# and print the type and SRID # and print the type and SRID
if column.respond_to?(:geometry_type) if column.respond_to?(:geometry_type)
attrs << "#{column.geometry_type}, #{column.srid}" attrs << "#{column.geometry_type}, #{column.srid}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment