Skip to content

Commit

Permalink
fix a little thing
Browse files Browse the repository at this point in the history
  • Loading branch information
ARTM2000 authored and behrang committed Jul 10, 2021
1 parent 41b5a5a commit 9bfa6ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,11 @@ function mod(a, b) {
}

/**
* Convert Jalaali calender dates to javascript Date object
* Convert Jalaali calendar dates to javascript Date object
* @param {number} jy jalaali year
* @param {number} jm jalaali month
* @param {number} jd jalaali day
* @returns Date object of the jalaali calender dates
* @returns Date object of the jalaali calendar dates
*/
function jalaaliToDateObject(jy, jm, jd) {
var gregorianCalenderDate = toGregorian(jy, jm, jd);
Expand Down

0 comments on commit 9bfa6ec

Please sign in to comment.