Skip to content

Commit 71095ca

Browse files
kouhiroyuki-sato
andauthored
Fix a typo
Co-authored-by: Hiroyuki Sato <[email protected]>
1 parent 98150cc commit 71095ca

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
@@ -340,7 +340,7 @@ def build_array(size, validity_buffer, values_buffer)
340340

341341
class MonthDayNanoIntervalType < IntervalType
342342
def initialize
343-
super("MonthDayNanoTimeInterval")
343+
super("MonthDayNanoInterval")
344344
end
345345

346346
def build_array(size, validity_buffer, values_buffer)

0 commit comments

Comments
 (0)