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

Research direction

Open the linked Full Number Support wiki page and locate the final Java example containing the getFullNumber() call. Remove the stray comma so the example uses ccp.getFullNumber(), then verify the displayed snippet matches the intended function call.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.