Skip to content

Commit

Permalink
changed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrahul committed Feb 9, 2021
1 parent 712f753 commit a8155c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var convertToWord = (function (number) {
'10': 'দশ',
'11': 'এগারো',
'12': 'বার',
'13': 'তেড়',
'13': 'তেরো',
'14': 'চৌদ্দ',
'15': 'পনের',
'16': 'ষোল',
Expand Down Expand Up @@ -137,7 +137,7 @@ var convertToWord = (function (number) {
'97': 'সাতানব্বই',
'98': 'আটানব্বই',
'99': 'নিরানব্বই',
'100': 'একশো',
'100': 'একশত',
},
isFloat: function (value) {
return (value).toString().indexOf('.') > -1
Expand Down

0 comments on commit a8155c2

Please # to comment.