Skip to content

Commit

Permalink
fix typo at error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-Inoue committed Mar 10, 2019
1 parent 940fe7e commit 86b0782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/daru/dataframe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3096,7 +3096,7 @@ def coerce_positions *positions, size
when Range
size.times.to_a[positions.first]
else
raise ArgumentError, 'Unkown position type.'
raise ArgumentError, 'Unknown position type.'
end
else
positions
Expand Down

0 comments on commit 86b0782

Please sign in to comment.