Fix a typo

This commit is contained in:
kojix2 2020-08-15 16:01:43 +09:00
parent 3c51e0c902
commit 59f0fdddca

View File

@ -178,7 +178,7 @@ module Uplot
if @headers if @headers
transpose2(data[1..-1]) transpose2(data[1..-1])
else else
tanrspose2(data) transpose2(data)
end end
end end
end end