Skip to content

Commit b2697a1

Browse files
thewilkybarkidtim-smart
authored andcommitted
Fix example
1 parent 4ddbc53 commit b2697a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/effect/src/DateTime.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ export const unsafeNow: LazyArg<Utc> = Internal.unsafeNow
446446
* ```ts
447447
* import { DateTime } from "effect"
448448
*
449-
* const now = yield* DateTime.unsafeMakeZoned({ year: 2024 }, { timeZone: "Europe/London" })
449+
* const now = DateTime.unsafeMakeZoned({ year: 2024 }, { timeZone: "Europe/London" })
450450
*
451451
* // set as UTC
452452
* const utc: DateTime.Utc = DateTime.toUtc(now)

0 commit comments

Comments
 (0)