Skip to content

Commit

Permalink
Changes based on converage report and sourcelevel lint
Browse files Browse the repository at this point in the history
  • Loading branch information
luhalvesbr committed Apr 27, 2020
1 parent 44d796f commit 04d330d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -59,10 +59,10 @@ What is, what isnt and what will be about Phone:

## Area Codes
Countries that already has area code info:
* United States.
* Canada.
* Brazil.
* Spain.
* United States.
* Canada.
* Brazil.
* Spain.

## Vocabulary
* a2: Alpha-2, two letters code for country names.
Expand Down
1 change: 0 additions & 1 deletion lib/phone/es.ex
Expand Up @@ -8,7 +8,6 @@ defmodule Phone.ES do

use Helper.Country

def regex, do: ~r/^(34)()(.{9})/
def country, do: "Spain"
def a2, do: "ES"
def a3, do: "ESP"
Expand Down

0 comments on commit 04d330d

Please sign in to comment.