hbb20 / hbb20/CountryCodePickerProject
Error in wiki
Open
- 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.