Skip to content

Commit 00081e2

Browse files
nekevssjedel1043
andauthored
Update 2025-06-15-temporal-impl-1.md
Co-authored-by: José Julián Espina <[email protected]>
1 parent 907ae55 commit 00081e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2025-06-15-temporal-impl-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ impl PlainDate {
153153
These three constructors, `new_with_overflow`, `try_new`, and `new`, are
154154
fairly flexible and provide full coverage of the Temporal specification.
155155

156-
For instance, take the below constructor:
156+
For instance, take the below snippet:
157157

158158
```js
159159
const plainDate = new Temporal.PlainDate(2025, 6, 9);

0 commit comments

Comments
 (0)