Skip to content

Commit

Permalink
typo: 移除错误语法 (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: 王茂 <wangm197@vanke.com>
  • Loading branch information
isecret and 王茂 authored Dec 19, 2022
1 parent 6da442d commit 1c5e073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ echo Pinyin::name('单某某', 'none')->join('-'); // shan-mou-mou
```php
$pinyin = Pinyin::polyphones('重庆');

echo $pinyin['重']; // ["zhòng", "chóng", "tóng"]
echo $pinyin['庆']; // ["qìng"]
$pinyin['重']; // ["zhòng", "chóng", "tóng"]
$pinyin['庆']; // ["qìng"]

$pinyin->toArray();
// [
Expand Down

0 comments on commit 1c5e073

Please sign in to comment.