Skip to content

Commit d02040d

Browse files
Release version 1.0.1
1 parent 2284261 commit d02040d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Changelog
22

33
Tất cả lịch sử tiến trình phát triển thư viện
4+
5+
# 1.0.1
6+
7+
- Sửa đơn vị tính trong từ điển miền Nam.

src/SouthDictionary.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SouthDictionary extends Dictionary
2323
'ngàn',
2424
'triệu',
2525
'tỷ',
26-
'nghìn tỷ',
26+
'ngàn tỷ',
2727
'triệu tỷ',
2828
];
2929

0 commit comments

Comments
 (0)