Skip to content

Commit 3511322

Browse files
committed
Fix name
1 parent 3cafd6a commit 3511322

File tree

1 file changed

+1
-1
lines changed
  • ruby/red-arrow-format/lib/arrow-format

1 file changed

+1
-1
lines changed

ruby/red-arrow-format/lib/arrow-format/type.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ class TimestampType < TemporalType
305305
attr_reader :unit
306306
attr_reader :timezone
307307
def initialize(unit, timezone)
308-
super("Temporal")
308+
super("Timestamp")
309309
@unit = unit
310310
@timezone = timezone
311311
end

0 commit comments

Comments
 (0)