Skip to content

Commit

Permalink
Change 'Non integer' to 'Non-integer'
Browse files Browse the repository at this point in the history
Co-authored-by: Oleksii Sholik <[email protected]>
  • Loading branch information
robacourt and alco committed Jul 1, 2024
1 parent dfb94aa commit b6330d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ defmodule Electric.Satellite.Serialization do
val

_ ->
raise DataValidationError, message: "Non integer value given for #{type} column: #{val}"
raise DataValidationError, message: "Non-integer value given for #{type} column: #{val}"
end
end

Expand Down

0 comments on commit b6330d5

Please sign in to comment.