Skip to content

Commit

Permalink
Fix typo: arbitary -> arbitrary (#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbarye authored Oct 18, 2022
1 parent f029d26 commit 1b949d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def value
obj
end
elsif array_column?
['an arbitary value']
['an arbitrary value']
elsif enum_column?
enum_values.first
else
Expand Down

0 comments on commit 1b949d1

Please sign in to comment.