Skip to content

Commit e782775

Browse files
authored
Update part9c.md
Typo fix: exeption -> exception
1 parent 8846945 commit e782775

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
@@ -1368,7 +1368,7 @@ const toNewDiaryEntry = (object: unknown): NewDiaryEntry => {
13681368
};
13691369
```
13701370
1371-
If the guard does not evaluate to true, an exeption is thrown.
1371+
If the guard does not evaluate to true, an exception is thrown.
13721372
13731373
The use of operator *in* actually now guarantees that the fields indeed exist in the object. Because of that, the existence check in parsers in no more needed:
13741374

0 commit comments

Comments
 (0)