Skip to content

Commit

Permalink
Merge 49172e0 into 72c82f9
Browse files Browse the repository at this point in the history
  • Loading branch information
gorkunov committed Oct 12, 2018
2 parents 72c82f9 + 49172e0 commit 3e428be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phone/br/rj.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Phone.BR.RJ do

use Helper.Area

def regex, do: ~r/^(55)(2[124])([2-5|89].{7}|9[89].{7}|7[078].{6})$/
def regex, do: ~r/^(55)(2[124])([2-5|89].{7}|9.{8}|7[078].{6})$/
def area_name, do: "Rio de Janeiro"
def area_type, do: "state"
def area_abbreviation, do: "RJ"
Expand Down

0 comments on commit 3e428be

Please sign in to comment.