We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b582fdf commit 632d2beCopy full SHA for 632d2be
src/content/9/en/part9c.md
@@ -1568,7 +1568,7 @@ export const toNewDiaryEntry = (object: unknown): NewDiaryEntry => {
1568
1569
We have also made the field comment [optional](https://zod.dev/?id=optional) since it is defined optional in the TypeScript definition.
1570
1571
-Zed has also support for [enums](https://zod.dev/?id=native-enums) and thanks to that our code simplifies further:
+Zod has also support for [enums](https://zod.dev/?id=native-enums) and thanks to that our code simplifies further:
1572
1573
```js
1574
export const toNewDiaryEntry = (object: unknown): NewDiaryEntry => {
0 commit comments