Skip to content

Commit 41166eb

Browse files
authored
Merge pull request #3901 from leburgeon/patch-5
Update part9c.md
2 parents f951049 + dbec4d8 commit 41166eb

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
@@ -1439,7 +1439,7 @@ const toNewDiaryEntry = (object: unknown): NewDiaryEntry => {
14391439
14401440
If the guard does not evaluate to true, an exception is thrown.
14411441
1442-
The use of the operator *in* actually now guarantees that the fields indeed exist in the object. Because of that, the existence check in parsers is no more needed:
1442+
The use of the operator *in* actually now guarantees that the fields indeed exist in the object. Because of that, the existence checks in the parsers are no longer needed:
14431443
14441444
```js
14451445
const parseVisibility = (visibility: unknown): Visibility => {

0 commit comments

Comments
 (0)