hbb20 / hbb20/CountryCodePickerProject
Error in wiki
オープン
- 主要言語
- Java
- スター
- 1.5k
- フォーク
- 509
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
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.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 55/100