2
0
mirror of https://github.com/tenrok/numeralize-ru.git synced 2026-06-20 20:00:41 +03:00

Update README.md

This commit is contained in:
Ivan Trofimov
2018-10-13 15:20:22 +05:00
committed by GitHub
parent 3a06f33d1f
commit 1fbfecdd0b
+1 -1
View File
@@ -92,7 +92,7 @@ pluralize(11, 'рубль', 'рубля', 'рублей');
pluralize(21, 'рубль', 'рубля', 'рублей'); pluralize(21, 'рубль', 'рубля', 'рублей');
// 'рубль' // 'рубль'
pluralize(21, 'рубль', 'рубля', 'рублей'); pluralize(22, 'рубль', 'рубля', 'рублей');
// 'рубля' // 'рубля'
``` ```