Skip to content

Commit 632d2be

Browse files
authored
Fix typo
1 parent b582fdf commit 632d2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/9/en/part9c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ export const toNewDiaryEntry = (object: unknown): NewDiaryEntry => {
15681568
15691569
We have also made the field comment [optional](https://zod.dev/?id=optional) since it is defined optional in the TypeScript definition.
15701570
1571-
Zed has also support for [enums](https://zod.dev/?id=native-enums) and thanks to that our code simplifies further:
1571+
Zod has also support for [enums](https://zod.dev/?id=native-enums) and thanks to that our code simplifies further:
15721572
15731573
```js
15741574
export const toNewDiaryEntry = (object: unknown): NewDiaryEntry => {

0 commit comments

Comments
 (0)