Skip to content

Commit

Permalink
Merge pull request #499 from Yuki-Inoue/fix-error-message
Browse files Browse the repository at this point in the history
fix typo at error message
  • Loading branch information
Shekharrajak authored Mar 18, 2019
2 parents 940fe7e + 86b0782 commit d17887e
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 d17887e

Please sign in to comment.