You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/date/instance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ setInterval(() => {
68
68
### Learn More
69
69
70
70
:::tip
71
-
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.
71
+
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.
0 commit comments