hbb20 / hbb20/CountryCodePickerProject

Error in wiki

Open
#444 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
1.5k
Forks
509
PR merge metrics
No merged PRs in 30d

Description

In the [wiki](https://github.com/hbb20/CountryCodePickerProject/wiki/Full-Number-Support)
the last few lines has a function call for ```//get unformatted number i.e. "14696641766"```
where the function call is
```java
ccp,.getFullNumber();
```
but it should be
```java
ccp.getFullNumber();
```
there is a comma which should not be there

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.