Skip to content

Commit

Permalink
test: edit jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
GarriGarrison committed Oct 31, 2023
1 parent b7d79ea commit 60d09fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/to-date-string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const toISODateString = (value: number): string | null => {
};

/**
* @returns 'DD mouth YYYY'
* @returns 'DD month YYYY'
*/
export const toDateLongString = (value: number): string | null => {
const date = new Date(value);
Expand Down

0 comments on commit 60d09fd

Please sign in to comment.