Skip to content

Commit

Permalink
Merge pull request #78 from aaronrenner/ar-fix-519-area-code
Browse files Browse the repository at this point in the history
Fixes Ontario’s 519 area code
  • Loading branch information
fcevado committed Oct 27, 2016
2 parents 6dd78fb + 595ae56 commit eddfb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phone/nanp/ca/on.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Phone.NANP.CA.ON do
use Helper.Area
field :regex, ~r/^(1)(226|249|289|343|365|416|437|529|613|647|705|807|905)([2-9].{6})$/
field :regex, ~r/^(1)(226|249|289|343|365|416|437|519|613|647|705|807|905)([2-9].{6})$/
field :area_name, "Ontario"
field :area_type, "province"
field :area_abbreviation, "ON"
Expand Down

0 comments on commit eddfb48

Please sign in to comment.