Skip to content

Commit

Permalink
docs(guide/date): fix dead link in /guide/date/instance
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong2008 committed Oct 15, 2024
1 parent bd336c5 commit 84343e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/date/instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ setInterval(() => {
### Learn More

:::tip
The real code to implement `toString` is [more complex](https://github.com/fastjs-team/core/blob/main/src/date/date-methods.ts#L46) than you think, the code below is a simplified version for you to understand.
The real code to implement `toString` is [more complex](https://github.com/fastjs-team/core/blob/main/packages/core/src/date/date-methods.ts#L46) than you think, the code below is a simplified version for you to understand.
:::

How does `FastjsDate.toString()` work?
Expand Down

0 comments on commit 84343e1

Please sign in to comment.