Skip to content

Commit

Permalink
chore: fix a JSDoc example not always working depending on your timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 24, 2025
1 parent 0b2887b commit 7ca0e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/function/string/print.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const createPrint = /* #__PURE__ */ factory(name, dependencies, ({ typed
* user: {
* name: 'Mary',
* },
* date: new Date(2013, 2, 23).toISOString().substring(0, 10)
* date: '2013-03-23'
* })
*
* // the following outputs: 'My favorite fruits are apples and bananas !'
Expand Down

0 comments on commit 7ca0e6b

Please sign in to comment.