Fix typo: arbitary -> arbitrary (#1515)

This commit is contained in:
Masato Ohba 2022-10-19 06:29:02 +09:00 committed by GitHub
parent f029d2601e
commit 1b949d12d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ module Shoulda
obj
end
elsif array_column?
['an arbitary value']
['an arbitrary value']
elsif enum_column?
enum_values.first
else